php乱码的问题?
看透不说透
看透不说透 2016-12-17 15:03:45
0
2
1122

加入header("content-type:text/html; charset=utf-8");

页面展示的效果没有出现乱码,但是数据库查询就乱了,有什么好的解决方法?


看透不说透
看透不说透

reply all(2)
数据分析师

php garbled problem? -PHP Chinese website Q&A-php garbled problem? -PHP Chinese website Q&A

Please watch and learn.

迷茫

查询数据库指定编码

$link = mysqli_connect('localhost','root','密码','数据库名') ;
$link->query("SET NAMES utf8");

这样即可,也可设置数据库的编码!

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template