Page 1 of 1

Special Characters

Posted: Tue Feb 03, 2009 12:56 am
by HarPaddy
Hi,

I have some problem with special characters in my pages which I am using PHP and MySQL.

When we insert data with some Catalan special characters (à é è í ï ó ò ú ü ç) that data is storing in data base like below

>Actual content: Bar restaurant La Cuspinedaú

>Database storing content: Bar restaurant La Cuspinedaú

While displaying that content special characters not coming

>Displayed content: Bar restaurant La Cuspinedaú

Is this PHP or MySQL configuration settings problem?

Please help me regarding this.

Thanks in advance