Forum Moderators: coopster
I display arabic text using php(V.5) b4 inserting it exactly to mysql(New version) and it displays fine.
If i insert the arabic text manually to mysql using PHPMyAdmin then it displays right also.
But if i insert it to mysql using PHP then it shows as عليكم
I googled a lot and i put all the required stuff as meta tags and choosing the right collation in mysql (UTF8-Unicode) but still shows wrong!
I also added this after connecting to DB:
mysql_query("SET NAMES 'utf8'",$s);
Any solution?
Thanks in advance