hi
i use *wamp* n i download the ntwdblib.dll
and i use good script 6 ppl say it work for hem
i try enter n i get error
Fatal error: Call to undefined function mssql_connect() in C:\wamp\www\index.php on line 47
this what i do
$srvip = "Gunzext.no-ip.info";
$srvport = "1025";
$mssql_user = "";
$mssql_pass = "";
$mssql_database = "GunzDB";
$mssql_host = "MY-FFC60D32FAFC\SQLEXPRESS";
$conn = mssql_connect($mssql_host, $mssql_user, $mssql_pass);
mssql_select_db($mssql_database);
what i need to doing?
i delete the ; in php.ini
sorry for my english :(


Reply With Quote![[problem] register page](http://ragezone.com/hyper728.png)

