In PHP, how do i connect MS-SQL database? I have configured IIS to execute PHP files. While connecting to the MS-SQL database, exception is thrown.
Can anyone guide/give any suggestion?
Regards Annieesh
MSSQL_CONNECT($hostname,$username,$password) or DIE("DATABASE FAILED TO RESPOND."); mssql_select_db($dbName) or DIE("Table unavailable");