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? Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/95614-busting-up-large-query/#findComment-489524 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.