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(
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(