Page 1 of 1

Problem Connect with sql server 2008

Posted: Thu Jul 14, 2011 7:30 am
by santanubasak
Hi
I am trying to connect database SQL SERVER 2008 with PHP, I am getting Warning
Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server:
I am using
$dbhandle = mssql_connect($myServer, $myUser, $myPass)
or die("Couldn’t connect to SQL Server on $myServer");

Thanks to all for any reply

Santanu