下载EE Core, 可以修改system/db/db.mysql.php文件, 找到:
www.444p.com
@mysql_connect ($this->hostname, $this->username, $this->password):
@mysql_pconnect($this->hostname, $this->username, $this->password); php学习之家http://www.444p.com
下面加上一行:
php学习之家
$this->query(”SET NAMES ‘utf8′”);
















