Real quick, what's wrong with this?:
Quote:
INSERT INTO replies ('title', 'createdBy', 'createdOn', 'body', 'thread') VALUES ('', 'Kristopher', '2002.07.04 23:39:06', 'test', '1')
Printable View
Real quick, what's wrong with this?:
Quote:
INSERT INTO replies ('title', 'createdBy', 'createdOn', 'body', 'thread') VALUES ('', 'Kristopher', '2002.07.04 23:39:06', 'test', '1')
Nevermind, figured it out:
:)Quote:
INSERT INTO replies (title, createdBy, createdOn, body, thread) VALUES ('', 'Kristopher', '2002.07.04 23:39:06', 'I think you\'re stupid!', '1')
that value wouldn't work ;)Quote:
Originally posted by The Hobo
'I think you're stupid!'
I actually put the "\" there (I can see it when I go to edit my post), but the forums remove it for some reason. :confused: I know that it wouldn't work.Quote:
Originally posted by Si_the_geek
that value wouldn't work ;)