<?php
$srvip = "What enter ?"; when i put mmy ip here dont work,ip hamachi too what ?? !!!! my site dont work too
$srvport = "6000";
$mssql_user = "";
$mssql_pass = "";
$mssql_database = "GunzDB";
$mssql_host = "DARK_SILLIUS\SQLEXPRESS";===> its correct ?
$conn = mssql_connect($mssql_host, $mssql_user, $mssql_pass);
mssql_select_db($mssql_database);
$forum = "/forum/index.php"
?>


Reply With Quote

