Stuck on vals tutorial ( video 3b ) {reguser.php}
Posted: Tue Jun 25, 2013 4:27 am
Hey when i enter everything to register correctly it says "could not register" which i'm guessing is to do with
$SQL = "INSERT into players(name, password, email, level, exper) VALUES ('$player','$password','$email','1','0'";
mysql_query($SQL) or die("could not register");
could anyone tell me why this is please, would really appreciate any help!
$SQL = "INSERT into players(name, password, email, level, exper) VALUES ('$player','$password','$email','1','0'";
mysql_query($SQL) or die("could not register");
could anyone tell me why this is please, would really appreciate any help!