change
Code: Select all
mysql_query($SQL) or die("could not register");
Code: Select all
mysql_query($SQL) or die(mysql_error());
Code: Select all
mysql_query($SQL) or die("could not register");
Code: Select all
mysql_query($SQL) or die(mysql_error());
disregard that error message he posted. He tried to go directly to reguser.php in which you cannot as it is looking for post data. Those errors will always show.SpiritWebb wrote:Try changing to this part and let me know what happens:
Code: Select all
if (isset($_POST)) { $player=$_POST['player']; $password=$_POST['password']; $pass2=$_POST['pass2']; $player=strip_tags($player); $email=$_POST['email']; $email=strip_tags($email); }
at the bottom of your reguser.php file, find the line that Halls stated and change that first so we can fully see the error.Axurr wrote:Do i replace the register.php with that?
Code: Select all
mysql_query($SQL) or die(mysql_error());
Good, congrats!Axurr wrote:Yea me too. When I got something about maxhp i was like "What?!? maxhp?" Lol all I had to do was go add that where the name and exper is lol