MySQL Forums
Forum List  »  PHP

Re: Storing Special Characters in Table
Posted by: Rick James
Date: February 14, 2009 12:10AM

Sounds like you ran it through rawurlencode(). Maybe you need to run it through rawurldecode() before inserting into MySQL. Don't forget to use mysql_escape_string or similar.

Options: ReplyQuote


Subject
Written By
Posted
Re: Storing Special Characters in Table
February 14, 2009 12:10AM


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.