Can't spot the error in mysql querry

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
smstromb
Forum Newbie
Posts: 6
Joined: Thu May 21, 2009 1:42 pm

Can't spot the error in mysql querry

Post 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.
mikosiko
Forum Regular
Posts: 757
Joined: Wed Jan 13, 2010 7:22 pm

Re: Can't spot the error in mysql querry

Post by mikosiko »

... and what error message do you get?
Post Reply