kennyharrill
Programmer
I am using PHP 5.0.2, MySQL 4.0.21, and Apache 2.0.52. I am trying to connect to a MySQL database through PHP, but I'm getting the "fatal error" message involving the mysql_connect function. I have tried a number of solutions - enabled php_mysql.dll in my php.ini file. I copied my libmysql.dll file from the dll folder to other locations specified. I added .PHP to my Windows System Path Enviroment Variable. I added extension=mysql.so to my php.ini file. I also changed the extension_dir = './' to "c:\php\ext". Nothing helps. I'm at my wits end. Can someone help me out?