Code: Select all
$sql = "INSERT INTO scene (section, body, by, date, title) VALUES ('section', 'body', 'by', 'date', 'title')";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 'by, date, title) VALUES ('section', 'body', 'by', 'date', 'title')' at line 1
is my error.
Please help relieve my pain.