mssql Database connection string
When I write the connection string mssql_connect(DBHOST, DBUSER, DBPASS) in a php webpage it errors out stating undefined function mssql_connect(). Is this the correct connection string to a sql server from php?