MySQL Forums
Forum List  »  Newbie

Re: You have an error in your SQL syntax. Error when updateing or inserting a new row.
Posted by: Claude Martin
Date: April 03, 2005 01:35PM

looks like you use the wrong quotes:
'Rent'='$Rent', -> `Rent`='$Rent',

and you should also use addslashes().

http://animalliberation.tk http://veganismus.ch
http://maqi.de http://tierrechtskochbuch.de

Options: ReplyQuote


Subject
Written By
Posted
Re: You have an error in your SQL syntax. Error when updateing or inserting a new row.
April 03, 2005 01:35PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.