this code isnt workin:
$newer = mysql_query("DELETE FROM messages WHERE id = '$rawr', user = '$rew', read = '$roll'");
this code works:
$newer = mysql_query("DELETE FROM messages WHERE id = '$rawr' AND user = '$rew'");
the variable is the same that is included in the first, so its not the variable. i think i dont know how to have three of them cause i know that for two i can use the AND instead of commas.
please help i googled it and couldnt figure it out