Kiss 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 Quote Link to comment https://forums.phpfreaks.com/topic/211413-arabic-language-applications-wanted/ Share on other sites More sharing options...
BloodyMind 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? Quote Link to comment https://forums.phpfreaks.com/topic/211413-arabic-language-applications-wanted/#findComment-1117493 Share on other sites More sharing options...
frizi 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 :] Quote Link to comment https://forums.phpfreaks.com/topic/211413-arabic-language-applications-wanted/#findComment-1119726 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.