search
Homephp教程php手册解决PHP中文乱码问题

解决PHP中文乱码问题

Jun 06, 2016 pm 07:46 PM
htmlphpChineseGarbled characterssolvequestion

一、 解决 HTML中 中文 乱码 问题 方法 meta http-equiv=Content-Type content=text/html; charset=utf-8/ 2、将文件的编码存为UTF-8。记事本或Editplus等编辑器都有保存时选择编码的功能。 二、HTML和PHP混合的页面 解决 方案 除了按照第一个方法所说的操作

一、解决HTML中中文乱码问题方法

   

     2、将文件的编码存为UTF-8。记事本或Editplus等编辑器都有保存时选择编码的功能。

二、HTML和PHP混合的页面解决方案
    除了按照第一个方法所说的操作之外,还需要在文件的最上面加入这句代码:
        header("Content-type:text/html;charset=utf-8");
    ?>

三、纯PHP页面的中文乱码问题(数据是静态的)
    这个只需要在页面的开始处加入下面代码,然后保存UTF-8编码的文件即可。
        header("Content-type:text/html;charset=utf-8");
    ?>

四、PHP+Mysql中文乱码问题
    这个除了按照第三点所说的操作之外,还要在你的数据查询/修改/增加之前加入数据库编码。而且,值得注意的是,这里的UTF8和之前的不一样,中间是没有横线的。
        mysql_query('SET NAMES UTF8');
    //接下来的就是查出数据或者修改,增加
    ?>


Statement
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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.