Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

php and mysql

Status
Not open for further replies.

nany

Technical User
Dec 1, 2003
2
IN
i did a function in php and that is recursive.
this is used for delete messages in a webforum. the function that display the messages is similar and work. but the function for delete dont.
here is the code:


function deleteLink($code)
{
global $dbname;


$result = mysql_db_query(
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top