php输出中文出现乱码
发布网友
发布时间:2022-04-07 05:50
我来回答
共2个回答
热心网友
时间:2022-04-07 07:19
插在include之后,如果没有include就放在第一行
<?
include_once('abcd.php');
....
include_once('cddv.php');
mysql_query("SET NAMES 'GBK'"); //这里
.....
?>
还有一种可能是HTML的头部标签的编码和源代码不一样
你看是不是这个,gbk对应的应该是这个
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
热心网友
时间:2022-04-07 08:37
你想问什么?
echo作用于服务器向客户端输出内容