hi all i am getting a problem with this line of code
mysql_query(“DELETE FROM cms WHERE ‘ID’ =” . $_GET[‘id’] . “”)
or die(mysql_error());
and this is the error message:
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 ‘{ID}’ at line 1
were is my syntax going wrong.