I keep getting this error and/or similar errors. I am very new to mysql and php.
"PHP Warning: Unknown(): Unable to load dynamic library './php_mysqli.dll' - The specified module could not be found. in Unknown on line 0 " and
"PHP Warning: Unknown(): Unable to load dynamic library 'C:\PHP\php_mys qli.dll' - The specified module could not be found. in Unknown on line 0"
I've moved and copied 'libmysql.dll', 'php_mysqli.dll ', and 'php.ini' to the php directory, windows dir, and system32 dir. I've been to dozens of different forums and nothing I do is fixing this problem!?
Changed the extension dir to "extension_ dir = "C:\PHP\"" and uncommented "extension=php_ mysqli.dll" and "extension=php_ mysql.dll"
Mind you, this is all what different forums have said to do.
I was currently working with mysql 4.1, but upgraded to 5.0 and using php 4.4.4.
Anthing would help right now..!
"PHP Warning: Unknown(): Unable to load dynamic library './php_mysqli.dll' - The specified module could not be found. in Unknown on line 0 " and
"PHP Warning: Unknown(): Unable to load dynamic library 'C:\PHP\php_mys qli.dll' - The specified module could not be found. in Unknown on line 0"
I've moved and copied 'libmysql.dll', 'php_mysqli.dll ', and 'php.ini' to the php directory, windows dir, and system32 dir. I've been to dozens of different forums and nothing I do is fixing this problem!?
Changed the extension dir to "extension_ dir = "C:\PHP\"" and uncommented "extension=php_ mysqli.dll" and "extension=php_ mysql.dll"
Mind you, this is all what different forums have said to do.
I was currently working with mysql 4.1, but upgraded to 5.0 and using php 4.4.4.
Anthing would help right now..!
Comment