Uncaught Error: Call to undefined function mysql

This question already has an answer here:

  • Why shouldn't I use mysql_* functions in PHP? 14 answers

  • It is most likely MySql extensions are not being loaded. Open your php.ini file and check if extension=php_mysql.dll and extension=php_mysqli.dll is uncommented

    链接地址: http://www.djcxy.com/p/26582.html

    上一篇: Wierd和恼人的错误:调用未定义的函数mysql

    下一篇: 未捕获的错误:调用未定义的函数mysql