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
















