Deprecated: mysql_connect(): The mysqlextension is deprecated and will be removed in the future: use mysqli or PDOinstead in D:\ApaServ\php\includes\myfun2.php on line 17
Deprecated:mysql_connect(): The mysql extension is deprecated and will be removed in thefuture: use mysqli or PDO instead in D:\ApaServ\php\includes\duibifun.php online 6
这是在新版本的php中不再支持mysql_connect()这个函数,改用$link = mysqli_connect("myhost","myuser","mypassw","mybd") or die("Error " . mysqli_error($link));

本文介绍了在新版PHP中mysql_connect函数已被废弃的情况,并推荐使用mysqli_connect或PDO作为替代方案。

1657

被折叠的 条评论
为什么被折叠?



