Cant connect to MySQL DB from PHP

When I try to run a PHP webpage from a browser that is trying to connect to a database the following is logged in httpd-error.log:
Code:
PHP Fatal error:  Call to undefined function mysqli_connect()
What could be causing this issue? I can run other PHP pages fine, just not the ones with test SQL statements in them. I have Googled this error but I still haven't had any luck in resolving it.
 
Back
Top