jakebur01 Posted March 11, 2008 Share Posted March 11, 2008 I have 22,507 rows that are being pulled from my TBP category. I would like to create three different php pages and have each one display only a third of the 22,507. Ex. page 1 would pull the first 1 - 7,502 page 2 would pull 7,503 - 15,004 page 3 would pull 15,005 - 22,507 What would be the best way to code this? Link to comment https://forums.phpfreaks.com/topic/95614-busting-up-large-query/ Share on other sites More sharing options...
MadTechie Posted March 11, 2008 Share Posted March 11, 2008 basically you need to use LIMIT, i would read up on "pagination" as it has been covered over and over Link to comment https://forums.phpfreaks.com/topic/95614-busting-up-large-query/#findComment-489524 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.