Aranell
07-13-2007, 08:44 AM
Hi all, I'm currently developing a Bookmarking system using PHP/MySQL and I've stumbled across an error in a query that I just can't see that problem with and was wondering if someone here could cast a fresh set of eyes over it.
UPDATE bookmarks SET read = '1' WHERE bookmark_id = '31' AND user_id = '4'
The error message returned just keeps saying that the SQL syntax in incorrect but to be honest I can't see how :S
Thanks in advance
A
UPDATE bookmarks SET read = '1' WHERE bookmark_id = '31' AND user_id = '4'
The error message returned just keeps saying that the SQL syntax in incorrect but to be honest I can't see how :S
Thanks in advance
A