Deprecated: mysql_connect()

前端 未结 15 1458
醉酒成梦
醉酒成梦 2020-11-22 06:55

I am getting this warning, but the program still runs correctly.

The MySQL code is showing me a message in PHP:

Deprecated: mysql_connect(): T

15条回答
  •  傲寒
    傲寒 (楼主)
    2020-11-22 07:58

    put this in your php page.

    ini_set("error_reporting", E_ALL & ~E_DEPRECATED); 
    

提交回复
热议问题