|
Re: PHP Form Validation.
You dont have a } in your if statment,
if(statement){
code
}else{
code
}
but do you really need this else statement? Cant see why you would, if you do you should also set the variables with a value.
also you dont need the ?> at the end of the document and you dont have a post variable called submit. Change the name of the input submit field to submit instead of send and it should work
|