I got this error when I try to create new diary.
Invalid SQL:
INSERT INTO diary_queue (title, description, owner, ownerid, date) VALUES ('Goku's Diary', 'I am testing daily diary', 'Goku', 3, 1133422813);
MySQL Error : 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 's Diary', 'I am testing daily diary', 'Goku', 3, 1133422813)' at line 1
Error Number : 1064
Date : Thursday, December 1st 2005 @ 01:40:13 AM
does compatable the new release of mysql and php?
|