Ich kriege keine Verbindung zu dem mssql server hin...HILFE!!!
$host_strato = ".... ";
$user_strato = "... ";
$password_strato = "... ";
$datenbank_strato = "... ";
$s = @mssql_connect($host_strato, $user_strato, $password_strato)
or die("Couldn't connect to SQL Server on $host_strato");
$d = @mssql_select_db($datenbank_strato, $s)
or die("Couldn't open database $datenbank_strato");
es kommt dann immer so ein INTERNAL SERVER ERROR
An was kanns liiegen............ muss ich noch was einstellen???
thx
$host_strato = ".... ";
$user_strato = "... ";
$password_strato = "... ";
$datenbank_strato = "... ";
$s = @mssql_connect($host_strato, $user_strato, $password_strato)
or die("Couldn't connect to SQL Server on $host_strato");
$d = @mssql_select_db($datenbank_strato, $s)
or die("Couldn't open database $datenbank_strato");
es kommt dann immer so ein INTERNAL SERVER ERROR
An was kanns liiegen............ muss ich noch was einstellen???
thx
Kommentar