I've got quite a few variables such as $UserID and $UserName, each one have a number relating to it after, so for example $UserID1, $UserName1, $UserID2, $UserName2 and so on.
For each number I'd like to use a foreach statement to insert them in to their own rows, is this possible?