Fatal error: Uncaught Error: Call to undefined function mysql_pconnect()

后端 未结 2 428
孤街浪徒
孤街浪徒 2021-01-07 01:21

I got these error in Codeigniter.

Fatal error: Uncaught Error: Call to undefined function mysql_pconnect() in

C:\\xampp1\\

2条回答
  •  借酒劲吻你
    2021-01-07 02:01

    In PHP5.6 or higher versions, mysql_ functions are deprecated and totally removed. Try using mysqli_ functions.

提交回复
热议问题