View Single Post
  #2 (permalink)  
Old Jul 21st, 2006, 17:00
Gee Bee Gee Bee is offline
Up'n'Coming Member
Join Date: Jan 2006
Location: East Sussex
Age: 26
Posts: 58
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote