I am doing a tutorial and getting this error: Fatal error: Class 'MySQLi' not found (LONG URL) on line 8 the code on line 8 is:
$mysqli = new MySQLi($db_server, $db_user, $db_pass, $db_name) or die(mysqli_error());
I saw online someone said to to see if it was turned on in my Phpinfo() but there wasn't anything listed in there under for "mysqli".
Also, I am running PHP Version 5.2.5
Any help would be appreciated. Thanks!