Hi I'm getting this SQL error, and I'm not seeing what I'm doing wrong...
I'm getting:
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 '* FROM forums WHERE id=2' at line 1
Code:
$remove_forum = "DELETE * FROM forums WHERE id=$selected_option";
$run_remove_forum = mysql_query("$remove_forum") or die(mysql_error());