Hello,
We are running PHP 5 on a local Windows 2003 server that also has IIS 6.0 installed. There is no problem viewing web pages, and PHP seems to be working, as there are no errors when using a number of different PHP functions.
However, when we attempt to call mssql functions, we receive the following error:
Fatal error: Call to undefined function mssql_connect() in D:\Web\Projema\pro_authenticate.php on line 2
We have enabled the mssql extension (extension=php_mssql.dll) in the php.ini, but we continue to receive the previous error.
Has anyone out there had a similar issue?
Revez