MYSQL syntax error 1064?

Remove the comma before where, should be $query = "UPDATE IT_manufacturer SET manufacturer_name = '{$manufacturer_name}', manufacturer_display_name = '{$manufacturer_display_name}' WHERE manufacturer_id = {$manufacturer_id} commas only separate different variables being set, not the set from the where.

Remove the comma before where, should be $query = "UPDATE IT_manufacturer SET manufacturer_name = '{$manufacturer_name}', manufacturer_display_name = '{$manufacturer_display_name}' WHERE manufacturer_id = {$manufacturer_id} "; commas only separate different variables being set, not the set from the where.

Works well thank you – Gatura Jan 4 '10 at 20:22.

Remove the comma before the where: '{$manufacturer_display_name}', WHERE manufacturer_id.

4 Years Ago Show Comments 1 And you don't have that syntax error anymore. Now, if that solves your problem, well and good. If it doesn't, you need to be specific about your problem.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions