Funky_Monk Posted July 2, 2004 Share Posted July 2, 2004 Using the Dreamweaver Repeat Region I can specify how many records to display. How can I set it up so that the admin person can specify how many records to view? Link to comment https://forums.phpfreaks.com/topic/1888-dreamweaver-repeat-region-behaviour/ Share on other sites More sharing options...
morpheus.100 Posted July 3, 2004 Share Posted July 3, 2004 Make an insert record page with a listmenu of number values to enter to a database. Pull the result of the column as a query above the recordset that provides the page results and and place it after $records = "$newresult" Find this line in the recordset that lists your results $maxRows_Recordset1 = 10; Replace with $maxRows_Recordset1 = $records; Link to comment https://forums.phpfreaks.com/topic/1888-dreamweaver-repeat-region-behaviour/#findComment-6144 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.