php编码问题,新手求教

WBOY
Release: 2016-06-23 14:06:14
Original
749 people have browsed it

我安装步骤在我的winxp系统中安装了apache php mysql,然后测试了
phpinfo,和myl都可以使用
然后还hotdocs里面新建了一个.php文件
   for($i=1;$i     echo "nihao~~~"  
   }
?>                  (这里的编码是utf-8)
理论上应该输出5个nihao,但是浏览器显示空白,我查看源文件,结果变成
nbsp;HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">








也就是说,编码变了,所以不显示
我的问题是:是php.ini的问题还是mysql安装的时候没有选择编码对问题?该怎么解决?

我用的apache是2.2.17   php是5.3.5  mysql是最新的5.6
我现在先开始卸载mysql,再重新安装一下看看
但是我是不懂问题出现在了哪一个环节,是php,还是mysql!


回复讨论(解决方案)

显然是你的php配置不正确

这与mysql无关,因为你根本就没有用到它

显然是你的php配置不正确

这与mysql无关,因为你根本就没有用到它

多谢,因为现在是刚学,如果代码不运行,我也没法学了

extension=php_bz2.dll
extension=php_gd2.dll
extension=php_mysql.dll
extension=php_mysqli.dll
default_charset = "utf-8"
这些都启用了,实在不知道问题在哪呀。。。

显然是你的php配置不正确

这与mysql无关,因为你根本就没有用到它
谢谢了,重新重新拷贝了php,重新设置了下,果然解决问题
貌似是改php.ini的时候改错了文件。。。3q

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template