svgmx5 Posted June 23, 2011 Share Posted June 23, 2011 I have a question regarding pagination... What i have are results that are displayed in a table from the database that a user can click on a row to view more details... When the user clicks on the result it takes then to a page where it displays all the information of that result. what i want is a method where i can have a next, previous link that will take then to the next result, rather than having to go back to the results table. Make sense? Hope someone can help me out. Quote Link to comment https://forums.phpfreaks.com/topic/240245-how-to-paginate-with-php-a-single-page/ Share on other sites More sharing options...
Maq Posted June 23, 2011 Share Posted June 23, 2011 Read this tutorial: http://www.phpfreaks.com/tutorial/basic-pagination Quote Link to comment https://forums.phpfreaks.com/topic/240245-how-to-paginate-with-php-a-single-page/#findComment-1234041 Share on other sites More sharing options...
svgmx5 Posted June 23, 2011 Author Share Posted June 23, 2011 Thanks for that link..i'm using that method to paginate the results table, but what i can't figure out is how to be able to go to the next result with out having to go back to the results page and then click on the next result. Quote Link to comment https://forums.phpfreaks.com/topic/240245-how-to-paginate-with-php-a-single-page/#findComment-1234042 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.