connect()在PHP 5.6.5中可用

这个问题在这里已经有了答案:

  • 为什么我不应该在PHP中使用mysql_ *函数? 14个答案

  • http://php.net/manual/en/function.mysql-connect.php

    5.5.0这个函数会产生一个E_DEPRECATED错误。

    不要尝试使用任何mysql_ *函数,因为它们已被弃用且非常危险。 请参阅mysqli_函数。

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

    上一篇: connect() usable in PHP 5.6.5

    下一篇: What are some of the safest ways to connect to a database with PHP?