Hello genii,
When I query my SQL table via PHP MySQL command, the table generated is sometimes rather large. How can I automatically generate multiple pages of the same table so that I can go to page 2 for the next 80 or so rows and page 3 for next 80 after that and so on!
When I query my SQL table via PHP MySQL command, the table generated is sometimes rather large. How can I automatically generate multiple pages of the same table so that I can go to page 2 for the next 80 or so rows and page 3 for next 80 after that and so on!