Please Help
Posted: Sun Nov 21, 2010 7:46 pm
Hello Indie Staff.
For the start i want to thank you for ur greate work !
i have a problem with register page on Forsaken Sanctum 1.1
my error is this (COULD NOT REGISTER
i check the ( reguser.php) and i dont see any problem on this code. if someone know where is the problem please help me. Thank You !
For the start i want to thank you for ur greate work !
i have a problem with register page on Forsaken Sanctum 1.1
my error is this (COULD NOT REGISTER
i check the ( reguser.php) and i dont see any problem on this code. if someone know where is the problem please help me. Thank You !
Code: Select all
$SQL = "INSERT into players( hp, stamina, maxhp, maxstamina,'$primstat','$secstat',equipmax, backpackmax, mapr, mapc, name, proname, password, email, level, credits, expe, killer, lastattacked) VALUES(`$health`,`$stamina`,'3','2','6','15','4','4','$player','$prochoice','$password','$email','1','500','0','','')";
mysql_query($SQL) or die("could not register");