PHP/MySQL Problem
am 18.10.2007 02:23:38 von David SudlowHi guys,
I'm using IIS on Vista Ultimate. I installed PHP just fine but I can't get
MySQL to work with it, I keep getting the same error:
....call to undefined function mysql_connect()
Here is what I've done to no avail:
in php.ini:
extension_dir = "ext"
extension=php_mysql.dll
copied libmysql.dll to windows/system32
I don't know what else to try, maybe I have to set something in IIS ? I'm
using the ISAPI version of PHP.
Please help.