delete record problem
Posted: Sun Mar 12, 2006 3:21 am
I having problems deleting records from my database .
Here is my code
mysql_query("DELETE FROM tutorials WHERE id='" . $id . "'",$db);
I cant see if there is anything wrong with it.........It doesnt output any error messages but just that there is no records deleted.
Please help.
Here is my code
mysql_query("DELETE FROM tutorials WHERE id='" . $id . "'",$db);
I cant see if there is anything wrong with it.........It doesnt output any error messages but just that there is no records deleted.
Please help.