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 'd, NOW())' at line 3
Mijn query:
INSERT INTO blog_entries
(blog_id, title, entry, date_entered)
VALUES (0, '{$_POST['title']}, '{$_POST['entry']}, NOW())
Weet iemand een oplossing? Of wat doe ik fout?