I have successfully installed the mssql_connect() on my Apache server and have it running smoothly. Now in an attempt to convert over to IIS (then Domino) I have problems. I've installed PHP 4.1.1 and modified the php.ini file (C:\WINNT) attempting to add the mssql.dll file using the following:
extension_dir = C:\PHP\extensions
extension=php_mssql.dll
Can someone give me some better direction on where I'm going wrong? If I get it going here I should be all set to migrate PHP to a Domino server.
Thanks.
Mark