renfley Posted March 26, 2010 Share Posted March 26, 2010 Hey guys, im looking for feedback as to what direction i should be heading in! Im not looking for someone to code this im just looking for input as to find out if there is a tried and tested way of achieving this video issue? The basic idea is this i wanna add a total of 15 Video to my content area but i only wanna display 5 at a time to create a section where there is 3 pages! <CONTENT> vid 1 vid2 vid3 vid 4 vid 5 Next button to the next 5 items! <CONTENT> The way i will code it is based on this www.example.com?page=home this will display the first five When the next is clicked it will send to www.example.com?page=2 So ON!!!!!!!!!!! Link to comment https://forums.phpfreaks.com/topic/196571-displaying-5-of-15-with-3-pages-just-idea/ Share on other sites More sharing options...
xcandiottix Posted March 26, 2010 Share Posted March 26, 2010 Let me get your question straight... you want a page to load 5 videos a link to page 2 Page 2 has 5 other videos a previous and next link Page 3 has 5 more other videos a previous link yes? Link to comment https://forums.phpfreaks.com/topic/196571-displaying-5-of-15-with-3-pages-just-idea/#findComment-1032086 Share on other sites More sharing options...
litebearer Posted March 26, 2010 Share Posted March 26, 2010 Look into pagination. If the total quantities and/or items displayed per page changes, it will make life much easier. Link to comment https://forums.phpfreaks.com/topic/196571-displaying-5-of-15-with-3-pages-just-idea/#findComment-1032152 Share on other sites More sharing options...
renfley Posted March 26, 2010 Author Share Posted March 26, 2010 Xcan yes that is correct i found a great example at noob.us, list of vids then new pages and i will look into pagination Thx again Link to comment https://forums.phpfreaks.com/topic/196571-displaying-5-of-15-with-3-pages-just-idea/#findComment-1032444 Share on other sites More sharing options...
renfley Posted March 26, 2010 Author Share Posted March 26, 2010 Pagination is right Thx a bunch ! Link to comment https://forums.phpfreaks.com/topic/196571-displaying-5-of-15-with-3-pages-just-idea/#findComment-1032482 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.