Thanks Guys,
I believe I was able to get it to work, this is what i did:
I included a variable to act as a counter (e.g. $i) that increments with each loop of the foreach ($i = ++$i) and subsequently concatenated the name of the input boxes, submit buttons, etc. with the variable so that on...