connect() usable in PHP 5.6.5

This question already has an answer here:

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

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

    5.5.0 This function will generate an E_DEPRECATED error.

    don't try to use any mysql_* functions as they are deprecated and dangerous. See mysqli_ functions instead.

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

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

    下一篇: connect()在PHP 5.6.5中可用