How to solve the Chinese garbled problem in php7

藏色散人
Release: 2023-02-17 20:32:01
Original
2980 people have browsed it

Solution to Chinese garbled characters in php7: 1. Add "exec('chcp 936');" to the beginning of the PHP file, and then encode the file in ANSI format; 2. Modify " default_charset="utf-8"" is enough.

How to solve the Chinese garbled problem in php7


The operating environment of this article: windows7 system, PHP7.1 version, DELL G3 computer

Solution to Chinese garbled characters in php7 cli mode Two methods

1. Add exec('chcp 936'); to the beginning of the PHP file and then encode the file in ANSI format

2. Set default_charset = " in php.ini utf-8" to gbk or gb2312

[Recommended learning: "PHP Video Tutorial"]

The above is the detailed content of How to solve the Chinese garbled problem in php7. For more information, please follow other related articles on the PHP Chinese website!

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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!