how to enable mysqli

want to know where to install or enable mysqli...on php.ini ? I open the file but not 100% sure which line is correct. thanks

Status: 
Active

Comments

Howdy -- try running these two commands to get that working:

apt-get install php5-mysqlnd
service apache2 restart

yeah it works !!

thanks