I'm having a small problem with some php code. I always get this error: Fatal error: Cannot instantiate non-existent class: mysqli in ../comment/getItemsFromDatabase.php on line 5
Code: $mysqli = new mysqli($server, $username, $password, $db) or die('There was a problem connecting');
If you wan't all the code download it here: http://nettuts.s3.amazonaws.com/486_ajaxComments/ajaxComment.zip
SOMEONE PLEASE HELP
Black
Code: $mysqli = new mysqli($server, $username, $password, $db) or die('There was a problem connecting');
If you wan't all the code download it here: http://nettuts.s3.amazonaws.com/486_ajaxComments/ajaxComment.zip
SOMEONE PLEASE HELP
Black