PHP链接MySQL输出中文时显示问号

2017-04-09  本文已影响53人  Demons_96
Paste_Image.png

先Stop,然后点击Config打开my.ini找到

Paste_Image.png

去掉

collation_server=utf8_unicode_ci
character_set_server=utf8

之前的#

在PHP链接数据库之前设置

header("Content-type: text/html; charset:utf-8");
mysql_query('set names utf8');
上一篇下一篇

猜你喜欢

热点阅读