connection params for mssql server

wxdqz

New Member
hi

i am currently writing php scripts to connect to an sql server 7 database. my question is related to the php mssql_connect function. with mysql (notice the MY), it is possible to specify "localhost" as the servername, to use the server located on the same machine as the web server. is there an equivalent command for mssql_connect.

thanks.

dave.
 
Back
Top