I have a very simple form where a user can select ONE store number from a drop-down list, and MULTIPLE weeks from another drop-down list (using WeekNumber[ ] to create an array). In the php script that handles the form, it it supposed to create a table that displays the data from text files that correspond to week numbers previously selected, with each week's data in a new row (I'm using foreach). No matter how many weeks I select, the script only creates a table that has one row for the last week selected - and no errors reported.
I think it's a looping problem, but I can find no examples very close to this anywhere on the net.
Can someone look at my code?