I loaded mySQL 5 and am running Apache 2 and PHP 4.3.11
I tried to make a database connection using the mysqli and it bombed.
So I tried adding "extension=php_mysqli.dll" to the php.ini file
But now I get an error that says: "Unknown (): Unable to load dynamic library './php_mysqli.dll' - The specified module could not be found."
I looked where the dll's are located and I can't find it either. What do I need to do to set this up right?