View Single Post
  #2 (permalink)  
Old Oct 4th, 2007, 11:06
Rakuli's Avatar
Rakuli Rakuli is offline
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Php Forms problem

Hi Longstand and welcome to Webforumz,

You don't have any values assigned to your <option value="">'s.

When processing, PHP won't see the what is between the <option> tags, it will only see the value. In the case of these drop down boxes, the value is empty for all of them.

I am looking at your code but without any values it won't work at all