While trying to connect to a database, I got the following error:
Fatal error: Cannot instantiate non-existent class: mysqli in c:\hosting\webhost4life\member\mychow\test.php on line 13
Is this a problem with my connection? I have something like this:
$mysqli = new mysqli("[IP Address]", "[name]", "[pw]", "[database]");
Thanks! It had been really frustrating, hopefully somebody can help shed some light on this!