I have a form and it passes over form field names that increment ex: ProductIDx where x goes from 0 to 300. I want to know how to process ProductIDx when the form is submitted.
ex: print "$ProductID".x
or something like that, but that doesn't work. I'm looking for something that does. Thank you.