Special Characters

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
HarPaddy
Forum Commoner
Posts: 40
Joined: Tue Feb 03, 2009 12:54 am

Special Characters

Post 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
Post Reply