Page 1 of 1

Localization with PHP

Posted: Thu Mar 18, 2010 6:01 am
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.