Dear Folks, My php is working with MySQL but gives fatal error if tried with MsSQL server pointing error at line mssql_connect (''). Please guide me with solutions.
Wrgds Ganesh.K
As far as I can remember, PHP doesnt work with MSSQL 2000, only version 7.
If I remember you have to alter the PHP.ini file to include the SQL directories. You also need the sql client installed on the server running the PHP. There is no reason I can think of that this will not work on SQL 2000 Ben