SQL foutmelding
Raymond ---
07/05/2006 20:09:00Ik hebe een simpel scriptje wat een title en een stuktekst en de datum naar de DB verstuurt, maar ik krijg de volgende fout:
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:
Weet iemand een oplossing? Of wat doe ik fout?
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:
Code (php)
1
2
3
2
3
INSERT INTO blog_entries
(blog_id, title, entry, date_entered)
VALUES (0, '{$_POST['title']}, '{$_POST['entry']}, NOW())
(blog_id, title, entry, date_entered)
VALUES (0, '{$_POST['title']}, '{$_POST['entry']}, NOW())
Weet iemand een oplossing? Of wat doe ik fout?
Gewijzigd op 01/01/1970 01:00:00 door Raymond ---