I'm having an issue with PHP on my Godaddy Virtual Dedicated Server. I've run a couple simple PHP scripts and one included:
$mysqli = new mysqli($host, $user, $pass, $db);
which throws the following error:
Fatal error: Class 'mysqli' not found in C:\Inetpub\vhosts\site\index.php
Any help?? The virtual server is running Windows Server 2003 and PHP5.2
Thanks in advance! Zach