clutchbeyers Posted August 2, 2004 Share Posted August 2, 2004 So I am new to the PHP lingo but am catching on. My question is in regards to creating dynamic lists/pages. If you think of ebay and how they have lets say 25 items shown per page with next and back links going through pages...I want to construct something like that where I restrict the number of listings per page and have it dynamically create those "next" and "back" links when needed. How would I do that or what could I start searching for on the web...I couldn't think of the proper name for this subject line except dynamic lists, which I know is something way off what I meant. Any help is appreciated...thanks Chris Beyers Link to comment https://forums.phpfreaks.com/topic/1908-need-help/ Share on other sites More sharing options...
morpheus.100 Posted August 2, 2004 Share Posted August 2, 2004 If this is a Dreamweaver question use the server behaviours in the application panel. Press F1 to launch the manual as all answers are in it. Link to comment https://forums.phpfreaks.com/topic/1908-need-help/#findComment-6210 Share on other sites More sharing options...
PDM Posted August 2, 2004 Share Posted August 2, 2004 I beleieve wht you are looking for is called recordset status or navigation. If you already have a repeat region displaying your data then go to Insert > Application Object > Recordset Paging or Recordcount Status Link to comment https://forums.phpfreaks.com/topic/1908-need-help/#findComment-6214 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.