Insert Arabic data into mysql database

前端 未结 1 1010
别那么骄傲
别那么骄傲 2021-01-05 19:32

i tried entering Arabic text and insert it into mysql database using php, when print the row, all rows that in arabic looks like :

???? ???? ???? ????? ابو نصي

相关标签:
1条回答
  • 2021-01-05 20:24

    Do the following:

    1. Include the following query in every page of your application mysql_query("SET NAMES 'utf8'");

    2. Be assured that your web pages are utf-8 encoded by the following meta tag:

    0 讨论(0)
提交回复
热议问题