php script does not support Chinese

藏色散人
Release: 2023-02-27 18:26:01
Original
3186 people have browsed it

php script does not support Chinese

php script does not support Chinese?

The php script does not support Chinese and garbled characters appear because of the lack of header declaration;

<?php
header("Content-type: text/html; charset=utf-8"); 
echo &#39;中文&#39;;
 
?>
Copy after login

Then use an editor to convert the php document into utf encoding.

For more PHP related knowledge, please visit PHP Chinese website!

The above is the detailed content of php script does not support Chinese. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
php
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