加入header("content-type:text/html; charset=utf-8");
页面展示的效果没有出现乱码,但是数据库查询就乱了,有什么好的解决方法?
php bermasalah? -Tapak web PHP Cina Q&J-php masalah bercelaru? -Soal Jawab laman web PHP Cina
Sila tonton dan pelajari.
查询数据库指定编码
$link = mysqli_connect('localhost','root','密码','数据库名') ; $link->query("SET NAMES utf8");
这样即可,也可设置数据库的编码!
php bermasalah? -Tapak web PHP Cina Q&J-php masalah bercelaru? -Soal Jawab laman web PHP Cina
Sila tonton dan pelajari.
查询数据库指定编码
这样即可,也可设置数据库的编码!