Page 1 of 1

Can't spot the error in mysql querry

Posted: Thu Mar 11, 2010 8:56 pm
by smstromb

Code: Select all

mysql_query("INSERT INTO Documents (id, name, photo, location, tags) VALUES(1, 'Credit Report', 'credit_report.png', 'Drawer: Credit', 'Name-0.1034-0.1373-0.1269-0.0167-Date-0.5475-0.1029-0.0740-0.0133')");
Can anyone spot the error(s)? I've been staring at it for awhile but can't find anything.

Re: Can't spot the error in mysql querry

Posted: Thu Mar 11, 2010 9:37 pm
by mikosiko
... and what error message do you get?