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 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. 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 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 Link to comment https://forums.phpfreaks.com/topic/83054-split-data-into-pages/#findComment-422471 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.