You shouldn't use mysql_*
functions to start with. They are deprecated as of PHP 5.5. Use mysqli or PDO instead.
相关文章
- wampserver 报错 Fatal error:Call to undefined function curl_init()
- 有关使用phpstudy搭建sqli-lab环境搭建时发生Uncaught Error: Call to undefined function mysql_connect()错误
- PHP连接mysql数据库报错:Call to undefined function mysql_connect
- Fatal error: Call to undefined function mysql_connect()
- Fatal error: Call to undefined function mb_strlen()
- fatal error: Call to undefined function mysqli_connect()
- php提示Fatal error: Call to undefined function imagecreate()
- Fatal error: Call to undefined function imagettftext()解决办法
- "Fatal error: Call to undefined function: file_put_contents()"
- 在ubuntu16.10 PHP测试连接MySQL中出现Call to undefined function: mysql_connect()