Conjurer Posted September 25, 2006 Share Posted September 25, 2006 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 fileBut 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? Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted September 25, 2006 Share Posted September 25, 2006 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. Quote Link to comment Share on other sites More sharing options...
Conjurer Posted September 25, 2006 Author Share Posted September 25, 2006 Jinkies!Thanks for letting me know. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.