美文网首页
PHP链接MySQL输出中文时显示问号

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

作者: Demons_96 | 来源:发表于2017-04-09 10:44 被阅读53次
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');

相关文章

网友评论

      本文标题:PHP链接MySQL输出中文时显示问号

      本文链接:https://www.haomeiwen.com/subject/qkhdattx.html