Drop List Help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • novapro
    New Member
    • Feb 2008
    • 1

    Drop List Help

    I was wonder how I would go about finding what element is selected in a drop list?
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    Do a [php]print_r($_POST) ;[/php] in the posted script (after the submit) and you'll see where it is. Then do some coding on how to get it out of the array.

    Ronald

    Comment

    Working...