Home  >  Article  >  Backend Development  >  html 调用php后echo乱码

html 调用php后echo乱码

WBOY
WBOYOriginal
2016-06-23 14:27:171037browse

php 字符集 乱码

php单独echo 汉字 的时候是没有乱码的;但是html调用php后,php echo的 汉字 就是乱码了。
html 是 utf-8 的;用的是zend studio;zend studio文本编辑器的默认字符集是 utf-8。
谁能帮我解答一下这个问题啊!!!菜鸟求助~

回复讨论(解决方案)

header?设了试试。

header?设了试试。
试过了……这个加在上面也不好使
header("Content-Type:text/html;
charset=utf-8");

怎么调用的? php文件是不是utf-8编码。

怎么调用的? php文件是不是utf-8编码。

解决了……我发现我的php本来echo就是乱码的……不对,是有的是乱码,有的不是……

浏览器的编码呢?

echo 出的结果是从数据库中取出来的吗?如果是,那就是数据库编码不一致的问题

怎么调用的? php文件是不是utf-8编码。

apache中httpd.conf中是不是设置了?
AddDefaultCharset utf-8

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn