Eugene Posted April 15, 2006 Share Posted April 15, 2006 [code]if($_GET['user']) {mysql_connect("*", "*", "*") or die(mysql_error());mysql_select_db("*") or die(mysql_error());mysql_query("DELETE FROM `MSN` WHERE CONVERT(`rsid` USING utf8) = '$ttt'")or die(mysql_error());echo "User has been deleted.";}mysql_close();[/code]Why can't it delete the entire row? In fact, it doesnt even delete anything.Help me please! Quote Link to comment https://forums.phpfreaks.com/topic/7509-again/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.