1.html页面文件头中加入
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
2.PHP页面开始部分加入
header("Content-type:text/html;charset=utf-8");
3.PHP中$sql语句之前加入
mysql_query("set names utf8");
1.html页面文件头中加入
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
2.PHP页面开始部分加入
header("Content-type:text/html;charset=utf-8");
mysql_query("set names utf8");