maliary Posted November 16, 2007 Share Posted November 16, 2007 Hi, this connection to MSSQL from php won't work for some strange reason I don't know. What could be the issue here ? What other connection could I try ? $this->dbname='[db_name]'; $this->server='KPC02001W'; $this->user='sa'; $this->password='mypass'; Quote Link to comment https://forums.phpfreaks.com/topic/77592-mssql-connection/ Share on other sites More sharing options...
victor_ar Posted November 21, 2007 Share Posted November 21, 2007 Hi, did you try mssql_connect?, is the same as mysql_connect and the other mysql function Quote Link to comment https://forums.phpfreaks.com/topic/77592-mssql-connection/#findComment-395889 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.