Hey, I know lots has been written about this error, but I've tried so many different things and cant get this working.
I have Apache 2.0.55 installed and PHP 5.1.1
In the php.ini I have
extension=php_mysql.dll
uncommented, and as someone suggested I changed my httpd.conf file in the Apache Group folder to have
LoadModule php5_module C:/php/php5apache2.dll
All is well but my mysql_connect() brings about a fatal error.
In the past i've used IIS with no problems at all, if anyone could guide me in the right direction thatd be great
thanks in advance