Ok so what i'd like to know is how to have two where statements in a mysql delete query. I get an error if i do this:
mysql_query("DELETE FROM user_notifications WHERE username='$acc' AND WHERE notification='$note2'")
or die(mysql_error());
Any help would be much appreciated, I know this is a silly question, but i havnt done any php programming for a couple of months and need to get back into it!
Thanks,
jakx12