Hi.
What I'm trying to do is print a table to the browser with the results from the table.
I want to show three columns: customer number, carrier, tracking number.
I'm using an array because I want to show all the tracking numbers for a specific customer number.
If I have a customer with 5 tracking numbers, I would like to show a table with each tracking number as a seperate row.
Thanks.