Problem Connect with sql server 2008

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
santanubasak
Forum Newbie
Posts: 1
Joined: Thu Jul 14, 2011 7:23 am

Problem Connect with sql server 2008

Post 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
Post Reply