My question is basically If I create a combo box in a form and a user selects multiple of just one value, where do I get these results in the script the form is posted to. I obviously know it's in the posted variables array, what I want to know is how to expect the results... as an array? with the id as the key and the list item name as the value? if only 1 item is selected is it still an array? im confused, please help, a simple answer in the form of an example array would be the best way to answer me.
so if i have a combo box with 10 items and i select 3, Johny(list item id=5) Jane(...id=1), joe(... id=2)
what would i expect in HTTP_POST_VARS ? what if only 1 one of those were selcted?