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

php帮助里

extension_dir = <path to extension directory> - 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"

posted @ 2012-04-30 19:32  wanpp590  阅读(203)  评论(0编辑  收藏  举报