Home > Backend Development > PHP Tutorial > 请问疑难杂症

请问疑难杂症

WBOY
Release: 2016-06-13 10:36:44
Original
947 people have browsed it

请教疑难杂症
我现在在维护一个网站,用PHP做的。现在想要添加一个页面,但是问题就出来了。页面基本结构就是

然后代码XXXXXXXX
结束就是
但奇怪的就是我新加的页面会出现乱码,编码格式是在A.php中就设置了的。既然这样为什么别的页面没乱码,我这个新页面会出现乱码?然后我把别的页面完全复制过来,在新的页面打开他也会乱码,这个我凌乱了,真的不知道到底哪里出了问题。请知道的人指导下。

------解决方案--------------------
看看其他文件的文件编码,注意是文件编码,你新增加的文件 编码跟他们的一致就可以了。
------解决方案--------------------
文件本身的编码
------解决方案--------------------
在你的编辑器设置编码。保存时选择之前的编码保存即可。

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