PHP Fatal Error: call to undefined function mysql_connect() [duplicate]

You shouldn't use mysql_* functions to start with. They are deprecated as of PHP 5.5. Use mysqli or PDO instead.

posted @ 2014-10-08 15:32  梦话四叶  阅读(180)  评论(0编辑  收藏  举报