Good evening,
How on earth does one add a new line to a table within a foreach loop without the resulting variable output being overwritten every time the foreach runs?
Guessing I need to store it in an array, but I have no idea how I would go about that.
Thanks in advance.