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...