$query = mysql_query("INSERT INTO courses (when, where) value ('asdasdas', 'asdsad')") or die(mysql_error());
i wyświetla mi błąd:
Kod
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 'when, where) value (asdasdas, asdsad)' at line 1
Serio nie mam pojęcia co jest nie tak :|