Hello,
If everything is set up right in your installation it should be:
mssql_connect(server_name, username, password)
If you're using a DSN through ODBC:
odbc_connect(DSN, userID, password, [cursor type])
You should be able to find all the function references you need for this at php.net.