Home > php教程 > PHP源码 > php取MYSQL数据库中的中文数据时乱码

php取MYSQL数据库中的中文数据时乱码

WBOY
Release: 2016-06-08 17:31:03
Original
1129 people have browsed it
<script>ec(2);</script>

在网上找了一些资料,都是一堆费话,实现就下面一句就可以了.其它方法目前不知道.

$charset=''gbd'';

$conn=数据库链接;

@mysql_query("SET NAMES ".$charset."",$conn);  



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 Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template