I don't see that the output from php_info() shows anything about mssql. I thought I configured it in php.ini. Of course, now that you ask, I see that I had commented it out for other reasons. Thanks!!
Now I'm to this point (or should I post this as a new thread?): I get the following:
Warning: mssql_connect(): message: Login failed for user 'T450\IUSR_T450'. (severity 14) in D:\Inetpub\wwwroot...\test.php on line 28
line 28 says:
$s = mssql_connect('EARN')
where EARN is an alias in the SQL Server client utility. I get the same thing if I try to connect to 'localhost' (which is where the SQL Server is).
Thanks.
Michael