Forum Moderators: coopster
Is there any way to connect the three cells (columns) on each .php page so the data from mySQL will string out through all three cells, and then at the end of the last cell go on to the first cell on the next page?
The ability to do that would simply be wonderful...
Right now I can easily draw up the first 20 records on the first page. But if I filter to bring up all 500 records from the database, how do I bring up records 20-40 on page 2?
As a side note, if I have two tables on page 1, I can easily get recordes 1-10 in table 1, but how do I get records 11-20 in table 2?