Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

register page error

Junior Spellweaver
Joined
Apr 22, 2006
Messages
125
Reaction score
2
Fatal error: Call to undefined function mssql_connect() in C:\wamp\www\register.php on line 47

i get this error on my reg page.anyone now how to fix this
i got my server working just not this
 
Master Summoner
Joined
Jan 1, 2007
Messages
509
Reaction score
2
look in one of the other 1823676927163762913213 threads about this
 
Upvote 0
Junior Spellweaver
Joined
Apr 22, 2006
Messages
125
Reaction score
2
fixed got a new error

Parse error: parse error, unexpected '?' in C:\wamp\www\register.php on line 50

i don't c what it qrong here....im not very good at php anyway -.-

$srvip = "127.0.0.1";
$srvport = "6000";
$mssql_user = "";
$mssql_pass = "";
$mssql_database = "GunZDB";
$mssql_host = "SERVER\";
$conn = mssql_connect($mssql_host, $mssql_user, $mssql_pass);
mssql_select_db($mssql_database);
?>
<FORM METHOD=POST ACTION="<?php echo $_SERVER['PHP_SELF']; ?>?act=register">
<table cellspacing=0 border=0>
 
Upvote 0
Experienced Elementalist
Joined
Nov 29, 2006
Messages
246
Reaction score
2
now look in the other 165016501006510651060816510 threads about this problem
 
Upvote 0
Back
Top