Why do I keep getting this error mesgage on my phpinfo() page trying to
get PHP and MySQL to communicate? I am running this in IIS.
Here's what I have -
My php.ini resides in my C:\WINNT directory. In it, I have removed the
';' from the extension=php_m ysql.dll.
Also in the php.ini file I set extension_dir = c:\PHP\Ext
In c:\PHP\Ext I have the following files:
libmysqli.dll
libmySQL.dll
php5apache2.dll (Do I need this since I am using IIS)?
php5ts.dll
php_mysql.dll
Any help would be tremendously appreciated. I have spent a ton of time
on this.
Thanks.
get PHP and MySQL to communicate? I am running this in IIS.
Here's what I have -
My php.ini resides in my C:\WINNT directory. In it, I have removed the
';' from the extension=php_m ysql.dll.
Also in the php.ini file I set extension_dir = c:\PHP\Ext
In c:\PHP\Ext I have the following files:
libmysqli.dll
libmySQL.dll
php5apache2.dll (Do I need this since I am using IIS)?
php5ts.dll
php_mysql.dll
Any help would be tremendously appreciated. I have spent a ton of time
on this.
Thanks.
Comment