So I have a sign up form, and there is some PHP at the top of the code. It gives me this error:
Notice: Undefined index: register in /home/content/04/7195304/html/index.php on line 20 This is line 20:
if ($_POST['register']) { Here is the submit button:
<input type="submit" class="gobutton" value="Register" name="register"/> Edit
So here's my form tags:
<form action="index.php" method="POST">
<form>tags. Perhaps you're usingGETnotPOST.