Hi,
I have been away from PHP/MySQL and stuff for nearly two years now, and would like to continue as a hobbyist - for my website.
I am in the process of setting up my machine with PHP & MySQL and have hit the above problem.
I have installed PHP 5.2.4 first, and got that working with Apache 2.0 (I always previously used Windows IIS), and then I went to install MySQL.
I get the error
Cannot load mysql extension. Please check your PHP configuration.
so, not being stupid, I made sure that I had "uncommented out" the
extension=php_mysql.dll
line, which I had done.
However, the extension_dir was incorrect, at just extension_dir = "./" and it should be extension_dir = "./ext"
so I changed this, reloaded a page with the function phpinfo(); - but this still shows:-
extension_dir as being ./
So, I thought maybe I was editing the wrong php.ini file - but there is only the one on my system - HELP!!
a change to the php.ini file doesn't seem to being noticed
any ideas?
Mucho appreciated.