how do i fix this
PHP Code:Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: server in C:\AppServ\www\config.php on line 3
my config.php
PHP Code:<?
@session_start();
mssql_connect("server","user","pass");
mssql_select_db("GunzDB");
$opened = 1;
if($opened == 0){
$pagetitle = "Server in maintenance";
}
?>


Reply With Quote![[DONE]Translating MPOG Website problem](http://ragezone.com/hyper728.png)


