I'm using php 4.0.5, Apache 1.3.12, Windows 98. I need to connect to a remote MS-SQL server, so I need the php function mssql_connect and others. When I "un-comment" the "extension=php_mssql.dll" line in php.ini, I.E.5 hangs. Not just on the php module containing the mssql_connect function, but others as well. It looks like it's Apache itself that hangs because I cannot shut it down in the normal way.
How do I get the mssql functions to work for me in this environment?
Thanks,
Kevin Petersen