Operation Manual
559
USING DREAMWEAVER
Making pages dynamic
Last updated 3/28/2012
2 Select Window > Server Behaviors to display the Server Behaviors panel.
3 Click the Plus (+) button, and select Repeating Region.
4 Select the name of the recordset to use from the pop-up menu.
5 Select the number of records to display per page, and click OK.
In the Document window, a thin, tabbed, gray outline appears around the repeating region.
More Help topics
“About database records” on page 555
“Edit dynamic content” on page 553
Modify repeating regions in the Property inspector
❖ Modify the selected repeating region by changing any of the following options:
• The name of the repeating region.
• The recordset providing the records for the repeating region.
• The number of records displayed
When you select a new option, Dreamweaver updates the page.
Reuse PHP recordsets
For a tutorial on reusing PHP recordsets, see David Powers’s tutorial, How Do I Reuse a PHP Recordset in More Than
One Repeat Region?