Jump to content

Dynamic Repeat Region


Recommended Posts

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?

 

Link to comment
https://forums.phpfreaks.com/topic/2368-dynamic-repeat-region/
Share on other sites

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!

Link to comment
https://forums.phpfreaks.com/topic/2368-dynamic-repeat-region/#findComment-7772
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.