您好,欢迎访问一九零五行业门户网

[php]php连mysql出错:Call to undefined function mysql_connect()

php帮助里
extension_dir = - the extension_dir needs to point to the directory where php extensions files are stored. the path can be absolute (i.e. c:\php\ext) or relative (i.e. .\ext). extensions that are listed lower in the php.ini file need to be located in the extension_dir.
应该改为
extension_dir = c:/php/ext
其它类似信息

推荐信息