View Single Post
  #2  
Old 08-14-2008, 08:29 AM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,959

because you are using the same name for two variables. try chaning $role to $roles and each($role) to each($roles).

Then when you submit the form $role (not $roles) will contain the value the user selected. It will get this value from the field name <select name="role" size="1">
__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote