Hi there everyone.
I'm building my page that lists records present in the database.
This seems easy, but how do I put data from different fields of a record, into different cells of a multiple row table.
When I try to do this it fills the cells that are in the first row but none after this.
I am looping the table (for each record in the db), with echo statements placed in cells I want filled.
This seems like an everyday thing to want to do, especially for the presentation layer of a site, but all the examples out there just have the usual looping of a single row of results.