After I finish website i get only these errors
Warning mssql_connect() Unable to connect to server 85.255.57.6 in c:\appserv\www\config.php on line 32
Warning mssql_db() suplied argument is not a valid MS SQL-Link resource in c:\appserv\www\config.php on line 31
$regsubmit = "regform.submit()";
$msconnect=mssql_connect("$host","$alogin","$apass");
$msdb=mssql_select_db("$db",$msconnect);
that what is on the line 32 and 31
I also write all correct logins but still no result :(


![[Help] Mu website errors :](http://ragezone.com/hyper728.png)

