Re: Query for retrieving all rows containing é
Posted by: Ernesto Pareja
Date: April 09, 2010 12:00PM

Hello,

I had the same problem and I think I read all the forums arround this topic.
I'm using Mysql for Windows 5.1.45 and apache for webserver with PHP 5 interpreter

I had the same problem described here and I changed the Database Schema Collation to latin1-latin1_spanish_ci.

In the HTML files I changed the charset metatag to iso-8859-1. This is Western European.

I also had to place in the inserts of the SQL scripts on my PHP the html_entity_decode($variable) and when showing the variables in the echo directive I had to encode the varaible again "echo htmentities($variable);"

Hope this helps someone.

Ernesto Pareja

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Query for retrieving all rows containing é
1726
April 09, 2010 12:00PM


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.