Kiss 0 Posted August 22, 2010 Share Posted August 22, 2010 Dear friends, i am new here & hope will get help from here I have created a script for social networking. But when i post something in Arabic then characters do not work & showing only some strange symbols.. Please what i can do with my Php script so that it can support Arabic language as well... Also where i can learn to make more applications for my script like chat with friends, wall post etc .. i need some more cool features for my site,,,, Please someone help me if there are some experts in this site. I shell wait Many thanks Kiss Link to post Share on other sites
BloodyMind 0 Posted September 30, 2010 Share Posted September 30, 2010 check the encoding of the html and the db collation or encoding It should be one of these UTF-8 or Latin_Swedish_general can u explain more? Link to post Share on other sites
frizi 0 Posted October 7, 2010 Share Posted October 7, 2010 The answer is in the encoding. You have to unify everything into UTF8 (I thing it should contain also arabic chars). At each php file start with header("Content-Type: text/html; charset=utf-8");. This way if the server has different char. encoding, it will force the browser to display the text in UTF-8. Salem :] Link to post Share on other sites
Recommended Posts
Archived
This topic is now archived and is closed to further replies.