Jump to content

Again :@


Eugene

Recommended Posts

[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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.