Viewing post 1 (of 2 total)
This is how i did it, hope this helps.
$myServer = "ip address of server";
$myUser= "DBUsername";
$myPass = "DBPassword";
$myDB = "DBName";
$connection = mssql_connect($myServer, $myUser,...
January 28, 2004 at 9:08 am
#492001