hello ive got a sign in page it works and sends data to database but soon as i had validation code for an email address using java, and then when i click submit it comes up with this error below for every textbox even though all the textboxes have data entered in them this error appears when the form is submitted... any ideas what could be causing this
Notice: Undefined index: StudentName in /home/stud/1/0472547/public_html/Signupcomplete.php on line 49
<form name="f1" method="post" action="Signupcomplete.php" onSubmit="return Validate()" enctype = text/plain>
<p><input type="submit" name="Submit" value="Sign Up"></td>