Does anyone know why I would get this message:
Fatal error: Call to undefined function mysql_connect() in f:\website\php\testdb.php on line 3
I uncommented 'extension=php_mysql.dll' in the php file, but I guess I still don't know how php knows where to find MySQL.
The PHP is running on IIS6, and basic pages run fine.... just nothing with a call to MySQL.
ANY help is appreciated.
Fatal error: Call to undefined function mysql_connect() in f:\website\php\testdb.php on line 3
I uncommented 'extension=php_mysql.dll' in the php file, but I guess I still don't know how php knows where to find MySQL.
The PHP is running on IIS6, and basic pages run fine.... just nothing with a call to MySQL.
ANY help is appreciated.