Hello,
I want to work with Farsi data(Farsi is a language similar to Arabic) by Unicode. Now this is my question. how can is set the unicode character code page in my php page. by setting that i can use farsi font in my forms.
Best Regards, Nooshin
You can specify a language and code page in the HTTP header by saying
header('Content-Language: fa'); header('Content-Type: text/html; charset=***');
Example values for "***" being "ISO-8859-6" or "windows-1256" (without the quotes).
I want to work with Farsi data(Farsi is a language) by Unicode. Now this is my question. how can is set the unicode character code page in my php page and data store in mysql table in farsi and show this in Netscape. by setting that i can use farsi font in my forms.
Best Regards, liyla
in mysql and Netscape why?