Jump to content

Mysql syntax error


Looktrne

Recommended Posts

can you tell me if there is something wrong with this syntax? I keep getting errors with the syntax

 

$sql = "UPDATE Profiles SET
City = 			'$row[city]',
Headline =		'$row[name]',
LookingFor = '$lf',
DescriptionMe = '$desc',
DateOfBirth 	 ='$bd',
Zip=			'$row[zipcode]' WHERE ID='$row[member_id]'";		

 

thanks for any help with this

 

Paul

Link to comment
https://forums.phpfreaks.com/topic/91636-mysql-syntax-error/
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.