i tried entering Arabic text and insert it into mysql database using php, when print the row, all rows that in arabic looks like :
???? ???? ???? ????? ابو نصي
Do the following:
Include the following query in every page of your application mysql_query("SET NAMES 'utf8'");
mysql_query("SET NAMES 'utf8'");
Be assured that your web pages are utf-8 encoded by the following meta tag: