Michdd Posted October 22, 2008 Share Posted October 22, 2008 I'm talking about when taking information from a database as say it displays a block of information for each row, or whatever. Say you want it to display 30 rows per page, then display links at the bottom to different pages. What's a good way to create this? Quote Link to comment https://forums.phpfreaks.com/topic/129638-efficient-way-to-create-pages/ Share on other sites More sharing options...
CroNiX Posted October 22, 2008 Share Posted October 22, 2008 Its called pagination. You will find a lot of examples if you search this site or google 'php pagination'. Quote Link to comment https://forums.phpfreaks.com/topic/129638-efficient-way-to-create-pages/#findComment-672105 Share on other sites More sharing options...
Orio Posted October 22, 2008 Share Posted October 22, 2008 That's called pagination. There are tons of tutorials about this topic, just google to find one you find good. Take a look into phpfreak's tutorial: http://www.phpfreaks.com/tutorial/basic-pagination Orio. Quote Link to comment https://forums.phpfreaks.com/topic/129638-efficient-way-to-create-pages/#findComment-672106 Share on other sites More sharing options...
R4nk3d Posted October 22, 2008 Share Posted October 22, 2008 That's called pagination. There are tons of tutorials about this topic, just google to find one you find good. Take a look into phpfreak's tutorial: http://www.phpfreaks.com/tutorial/basic-pagination Orio. i used this tutorial and it helped me a ton and i know how to do it now. great tutorial and easy to use. Quote Link to comment https://forums.phpfreaks.com/topic/129638-efficient-way-to-create-pages/#findComment-672310 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.