Reg page error

12/17/2011 15:41 wolff66#1
So i use simple register page
Error:
Fatal error: Call to undefined function mssql_connect() in C:\wamp\www\_inc\config.php on line 9

config:
<?php

$cfg['sql_host'] = "PC\SQLEXPRESS";
$cfg['sql_user'] = "silk";
$cfg['sql_pass'] = "password";
$cfg['sql_db'] = "SRO_VT_ACCOUNT";


$sqlLink = mssql_connect($cfg[sql_host],$cfg[sql_user],$cfg[sql_pass]);
if(!$sqlLink) die("MSSQL server is not accessable, why should we try to select database ?");
else
{
mssql_select_db($cfg[sql_db],$sqlLink);
}
?>

i hope someone know how to fix this problem.


Thank you
12/18/2011 17:32 wolff66#2
Up , noone dont know how to fix it ? O.oo
12/23/2011 09:40 AndreyGun#3
use paradise website add my yahoo id ca7a_9
12/23/2011 09:59 wolff66#4
heh , paradise dont work either
12/23/2011 16:06 penelopee#5
Could someone help me?
If i search for www . IPADDRESS:8080.index.php then there is just a clean page.

How to fix that?And which link must i type?