Home > Backend Development > PHP Tutorial > DW中链接mysql数据库时,建立字符集中文出现乱码的解决方法_PHP

DW中链接mysql数据库时,建立字符集中文出现乱码的解决方法_PHP

WBOY
Release: 2016-06-01 12:19:43
Original
1075 people have browsed it

只是中文出现乱码时,在链接数据库后面,加上这一句
utf8的话
mysql_query("SET NAMES 'utf8'");
gbk的话
mysql_query("SET NAMES 'gbk'");

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