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'; 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 Link to comment https://forums.phpfreaks.com/topic/77592-mssql-connection/#findComment-395889 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.