Jump to content

Unable to load dynamic library './php_mysqli.dll'


Recommended Posts

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?
I see you're using PHP4 and you're trying to enable the mysqli extension. The mysqli extension is not available for PHP4. If you wish to use the mysqli extension you'll have to upgrade PHP to PHP5.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.