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

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

WBOY
WBOYOriginal
2016-06-01 12:19:431024browse

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

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