computermax2328 Posted August 16, 2012 Share Posted August 16, 2012 Hello All, I am in the process of building a blog and I have a while loop output my blog posts previews on a home page. For example, say I have 30 posts and I want to have 10 on my main page and then have 10 on another and so on. Then there would be buttons at the bottom to go to the next page or the 3rd or 5th page. How could I use php to do this? I have not been able to find any techniques on how to do this. I don't even know what to call it. Thanks in advance, Quote Link to comment https://forums.phpfreaks.com/topic/267155-continue-while-loop-on-next-page/ Share on other sites More sharing options...
thara Posted August 16, 2012 Share Posted August 16, 2012 I think best solution is, PAGINATE your query result. Pagination is a concept you?re familiar with even if you don?t know the term. When you use a search engine like Google, it displays the results as a series of pages and not as one long list. Quote Link to comment https://forums.phpfreaks.com/topic/267155-continue-while-loop-on-next-page/#findComment-1369782 Share on other sites More sharing options...
Pikachu2000 Posted August 16, 2012 Share Posted August 16, 2012 Pagination is exactly what you're after, and there is a tutorial on it in the main portion of the site, here: http://www.phpfreaks.com/tutorial/basic-pagination Quote Link to comment https://forums.phpfreaks.com/topic/267155-continue-while-loop-on-next-page/#findComment-1369786 Share on other sites More sharing options...
computermax2328 Posted August 16, 2012 Author Share Posted August 16, 2012 Thank You! Quote Link to comment https://forums.phpfreaks.com/topic/267155-continue-while-loop-on-next-page/#findComment-1369799 Share on other sites More sharing options...
maxudaskin Posted August 16, 2012 Share Posted August 16, 2012 Thank You! Quote Link to comment https://forums.phpfreaks.com/topic/267155-continue-while-loop-on-next-page/#findComment-1369800 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.