Why doesn't this simple peice of SQL work? DELETE FROM websites WHERE alias = 'mycoolsite'; user = 'admin' PHP: I simply want to delete the row which contains the alias 'mycoolsite' and the user 'admin'. Yet it keeps giving me this error: Warning: mysql_query() [http://www.mysql.com/doc]: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '; user = 'admin'' at line 2 in \deletesite.php on line 31 Code (markup):