MySQL Forums
Forum List  »  PHP

Re: error updating table...
Posted by: Georg Richter
Date: July 10, 2005 03:21AM

Use mysql_real_escape_string instead of (deprecated) mysql_escape_string. mysql_escape_string doesn't support character set specific escaping.

/Georg

Georg Richter, Senior Software Developer
MySQL AB, www.mysql.com

Options: ReplyQuote


Subject
Written By
Posted
July 09, 2005 08:08AM
Re: error updating table...
July 10, 2005 03:21AM


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.