jfreak53
01-21-2010, 10:34 PM
Ok here's the deal ha ha. I have this script that receives GET parameters in the form of:
item_number1 = Download
item_number2 = Tangible
But I have no idea of knowing at run time how many item_numerX there are. I have to go through each one and do something with it. So my question is, how do I find out how many of those item_numbers there are in the GET sequence to know how many times I have to go through it? Or do I just go until it breaks?
Thanks for any help in this matter.
item_number1 = Download
item_number2 = Tangible
But I have no idea of knowing at run time how many item_numerX there are. I have to go through each one and do something with it. So my question is, how do I find out how many of those item_numbers there are in the GET sequence to know how many times I have to go through it? Or do I just go until it breaks?
Thanks for any help in this matter.