PHP5 + MySQL Issue

I've tried all kinds of things to get this working and it's still not. Installed PHP5 and MySQL, and phpMyAdmin. phpMyAdmin told me that extensions weren't installed.... which they were just not enabled in php.ini. Well I uncommented the php_mysql.dll line, and changed my path to read from c:/php/ext/, moved all DLL's into that dir, and still get this:

Application popup: Warning : PHP Startup: Unable to load dynamic library 'c:/PHP/Ext/php_mysql.dll' - The specified procedure could not be found.

I haev no idea what is left to try... I've been playing with paths and DLL's in diff spots and no luck. Any suggestions appreciated!

Mike

 

 

 

 

Top