Insert Problem
Posted: Thu Jun 08, 2006 7:23 pm
Aloha sweet board!
It's been a really long day, and I'm just looking for a little board debugging love right now...
gives me
Mahalo!
-- Abe --
It's been a really long day, and I'm just looking for a little board debugging love right now...
Code: Select all
INSERT INTO users (userUID, userSCTID, userFirstName, userDateCreated, userCreatedIP, userLastLogin) VALUES ('jnovotny', '11223344',Jared', NOW(), '198.199.136.65', NOW())My brain is hurting right now, and I can't debug anything in this state. So I'm gonna go for a walk, but in the meantime, if anyone can offer help, I'd be greatful!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 '', NOW(), '198.199.136.65', NOW())' at line 1
Mahalo!
-- Abe --