Submitted by info@orderlastm... on Thu, 01/19/2017 - 00:57
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
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
Comments
Submitted by andreychek on Thu, 01/19/2017 - 09:21 Comment #1
Howdy -- try running these two commands to get that working:
apt-get install php5-mysqlnd
service apache2 restart
Submitted by info@orderlastm... on Thu, 01/19/2017 - 12:46 Comment #2
yeah it works !!
thanks