javascript - Fatal error: Uncaught Error: Call to undefined function mysql_pconnect() Codeigniter? -


this question has answer here:

i have codeigniter application , install xamp latest version have php7 , on previous version of xamp fine. try open application in newer version generate error. fatal error: uncaught error: call undefined function mysql_pconnect()

enter image description here

i don't understand issue is. in advance.

see the documentation mysql_pconnect:

it deprecated

start using mysqli_connect or pdo database connection


Comments