Home > Backend Development > PHP Tutorial > 关于PHP循环输出乱码的有关问题,求指点

关于PHP循环输出乱码的有关问题,求指点

WBOY
Release: 2016-06-13 13:18:26
Original
891 people have browsed it

关于PHP循环输出乱码的问题,求指点~
最近尝试着用TP做网站,却出现个很奇怪的问题:比如用print_r打印数组时为Array ( [id] => 3 [title] => 黄金假期北京之旅 ) ,但是用volist或foreeach输出时,中文就乱码了,求各位大侠指点~~
另外:前端和后端文件都是用的utf-8,应该不存在编码不一的情况。

------解决方案--------------------
volist或foreeach 要求传入的都是二维数组,请检查
------解决方案--------------------
文件格式若是utf-8了
则添加一句试试

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