Localization with PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
techphp99
Forum Newbie
Posts: 1
Joined: Thu Mar 18, 2010 5:49 am

Localization with PHP

Post by techphp99 »

Hi,

I am developing an application where client data must be stored in gujarati (local language in india). I am having an issue entering local language data into mysql with PHP. I am using centos as my server.

I know I need to use UTF-8 font also table in mysql should also have Charset UTF-8 but when I post data from form data is being shown as English so what I am suppose to missing so that I can insert same data which I am typing (Gujarati) into database.

Thanks in advance.
Post Reply