- 精华
- 阅读权限
- 80
- 好友
- 相册
- 分享
- 听众
- 收听
- 注册时间
- 2008-6-1
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
发表于 2013-3-30 22:20:49
|
显示全部楼层
lcandy 发表于 2013-3-30 19:17 
网页不能注册账号 注册出现乱码。。。
注册页面乱码
很明显,代码写错了。把Server\www\config.php中的
$mysql = array(
"host" => "localhost",
"username" => "root",
"password" => "ascent",
"realmd" => "auth2",
);
把auth2改成auth即可。 |
|