Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
I think the error means that the PHP engine has called an internal procedure to load the mysql module and could not find it, Simply...
But this tells you where to put the extension.
In the unix world ./ means "in the current directory", like "." does.
So, it means that you must place your php_mysql.dll file in e:\php\extensions for the PHP engine to find it.
Or update the php.ini file to match another place where to look for the modules.
I can't give you more specific details, as I only run PHP on linux/bsd servers, and never tried to do that on a windows machine for the last 4 years...
__________________
Only a biker knows why a dog sticks his head out the window.
|