I have a html table that echos the mysql results like this
===============
| result 1 | result 1 |
this loops until all results are shown.
I have 2 issues with this:
1: The table echos the same result in each field, I want it to echo a new result in each field.
2: I want to be able to place a page break after X amount of results are echoed.
For example I want it to do this
===============
| result 1 | result 2 |
looping until all results are shown, but doing a page break after 7 rows of results are shown (14 results total).
Any help with this would be greatly appriciated.
Thanks!