PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
However, using import_request_variables does not pass a variable for list2, except if a i have one value selected in which case that value is passed. If i have multiple values selected before i submit the form only the last value is passed.
any ideas on how i can obtain all values included in the list????
It seems i was in a hurry to speak... I get all the elements of the list provided that i have them selected from the submition page
I still cant get them without selecting them all!!!
because html is only passing what's been selected. if you want to go through them individually, change to a set of check boxes, and have an array index on each box, thus, list2[] becomes list[array_index_num] and the only ones with a value (well, you might have an empty string ('') in the others) will be those selected