Jump to content

[SOLVED] Help with query syntax....


galvin

Recommended Posts

Can anyone tell me why I'm getting the message "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 ''0-01c6ssob04iun9p3alqlq41584.jpg', caption= 'This is some text Im trying to upd' at line 1" for the following query...

 


$query = "UPDATE captions SET image '" . $file1name . "', caption= '" . $_POST['caption1'] . "'
					WHERE image = '" . $file1name . "'";

 

It's probably something simple with single or double quotes, but I cant figure it out.

Link to comment
https://forums.phpfreaks.com/topic/137914-solved-help-with-query-syntax/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.