I got these error in Codeigniter.
Fatal error: Uncaught Error: Call to undefined function mysql_pconnect() in C:\\xampp1\\
Fatal error: Uncaught Error: Call to undefined function mysql_pconnect() in
C:\\xampp1\\
In PHP5.6 or higher versions, mysql_ functions are deprecated and totally removed. Try using mysqli_ functions.
mysql_
mysqli_