Deprecated: mysql_connect(): The mysqlextension is deprecated and will be removed in the future: use

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));

你可能感兴趣的:(Deprecated: mysql_connect(): The mysqlextension is deprecated and will be removed in the future: use)