Hi
I want to connect PHP to SQL Server. I use the following code [php]<?
$connection = mssql_connect($ host,$username, $password) or die("Couldn't connect to SQL Server on");
?>[/php]but nothing is displayed. I don't know what are the requirements for connecting to sql server
looking for ur help.
Thank's
I want to connect PHP to SQL Server. I use the following code [php]<?
$connection = mssql_connect($ host,$username, $password) or die("Couldn't connect to SQL Server on");
?>[/php]but nothing is displayed. I don't know what are the requirements for connecting to sql server
looking for ur help.
Thank's
Comment