I am having an issue with a form, basically an order form, with 10 rows. Each row is the same, the rows are being generated by a loop and I am appending the counter of the loop to the name of the form elements (i.e. quantity1, type1, next row = quantity2, type2, etc) I can't seem to receive the variables without using sessions, which I'm trying not to do. If only the first 2 rows are being filled out and submitted I need to be able to loop through, grab all the variables and print them out. Can anyone give any suggestion?