Mat
08-10-2003, 10:02 PM
I've got a page that sends a variable number of form elements to a receiving page. I'm wondering if theres any way to produce a list (an array, or collection, or whatever) of all sent input elements?
Say a elements[Request.length] = Request.all
and then be able to iterate through the array.
Something like that. Is there any way I can do this? (Specifically for a POST form)
Thanks,
Mat
Say a elements[Request.length] = Request.all
and then be able to iterate through the array.
Something like that. Is there any way I can do this? (Specifically for a POST form)
Thanks,
Mat