Funky Monk Posted June 24, 2005 Share Posted June 24, 2005 I would like to be able to use Dreamweaver to create a dynamic Repeat Region. Rather than just telll Dreamweaver to display a certain amount of records from the database I would like to be able to select a user-defined number of records to display from a drop-down. For example, 'show 10 records', 'show 20 records' etc. How do I do this? Quote Link to comment https://forums.phpfreaks.com/topic/2368-dynamic-repeat-region/ Share on other sites More sharing options...
obsidian Posted June 24, 2005 Share Posted June 24, 2005 i would recommend simply following a pagination tutorial such as the one linked there, and instead of hard-coding the results per page, allow for a select box to populate that value. of course, you'll have to determine a default value, but if you're at all familiar with PHP, this should be a fairly easy modification. good luck! Quote Link to comment https://forums.phpfreaks.com/topic/2368-dynamic-repeat-region/#findComment-7772 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.