Dysan Posted December 24, 2007 Share Posted December 24, 2007 How do I split data into pages, so there is only 5 records per page, then provide links as numbers, to navigate to the different pages? E.g. PREVIOUS | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | NEXT Quote Link to comment https://forums.phpfreaks.com/topic/83054-split-data-into-pages/ Share on other sites More sharing options...
papaface Posted December 24, 2007 Share Posted December 24, 2007 Your question encompasses a lot of areas. I suggest you search for a tutorial for that and then if you have a problem with your code post here. Quote Link to comment https://forums.phpfreaks.com/topic/83054-split-data-into-pages/#findComment-422452 Share on other sites More sharing options...
revraz Posted December 24, 2007 Share Posted December 24, 2007 Pagination Quote Link to comment https://forums.phpfreaks.com/topic/83054-split-data-into-pages/#findComment-422453 Share on other sites More sharing options...
shlumph Posted December 24, 2007 Share Posted December 24, 2007 Here's a great video tutorial of pagination: http://www.sampsonvideos.com/videos/PHP/PHP_Pagination/ Makes it look easy too Quote Link to comment https://forums.phpfreaks.com/topic/83054-split-data-into-pages/#findComment-422471 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.