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! Link to comment https://forums.phpfreaks.com/topic/7509-again/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.