I am trying to install a script. The database connection is successful but when opening the index page I get:

Code: 
Fatal error: Class 'mysqli' not found in /home/***/public_html/***/file*name.php on line **
And in file*name.php I have:
Code: 
$this->db = new mysqli($config['dbhost'], $config['dbuser'], $config['dbpass'], $config['dbname'] );
I tried changing mysqli to mysql but din't work. Any help would be appreciated.
Funny Reviewed by Funny on . MySQL error I am trying to install a script. The database connection is successful but when opening the index page I get: Fatal error: Class 'mysqli' not found in /home/***/public_html/***/file*name.php on line ** And in file*name.php I have: $this->db = new mysqli($config, $config, $config, $config ); I tried changing mysqli to mysql but din't work. Any help would be appreciated. Rating: 5