Home > Backend Development > PHP Tutorial > PHP中插入数据到myql显示乱码

PHP中插入数据到myql显示乱码

WBOY
Release: 2016-06-23 14:13:11
Original
854 people have browsed it

PHP 数据库 MySQL 编码 行业数据

数据库mysql 编码是 utf8_general_ci
PHP的网页编码是:utf?8
用来存汉字的类型是:char

总共只有10分了 全给你吧。

回复讨论(解决方案)

连接数据库后执行SQL指令: set names utf8

连接数据库后执行SQL指令: set names utf8

连接数据库后执行SQL指令: set names utf8 一路跟随徐老师的脚步

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