Call to undefined function mysqli_connect()
上一篇 /
下一篇 2006-09-15 22:57:27 / 天气: 晴朗
/ 心情: 高兴
/ 个人分类:Mysql
Call to undefined function mysqli_connect()
you should be able to work with mysqli with this changes:
extension=php_mysqli.dll
and add an extra section called:
[mysqli]
mysqli.max_links=-1
mysqli.default_port=3306
mysqli.default_socket=
mysqli.default_host=
mysqli.default_user=
mysqli.default_pw=
导入论坛
收藏
分享给好友
管理
举报
TAG:
Mysql