I just recently installed PHP5,Apache2.0,mysql4.1 and my OS =
Windows XP
I can write php code and see the results so im assuming PHP and Apache are installed and configured properly. I can also create db's, tables etc in mysql so thats workin fine as well. For some reason tho when i try to connect to mysql using php i get this error
Fatal error: Class 'mysqli' not found in C:\webs\test\test_mysql.php on line 3
Things I have already done.
1. set the extensions_dir to point to the ext folder in the C:\php directory
2. added the extension=php_mysqli.dll in php.ini
Any help would be greatly appreciated