scottshane Posted December 4, 2004 Share Posted December 4, 2004 Hey Guys I need to have multiple repeat regions in one page. As of now I have one repeating region but when I preview it any php that follows it doesnt display. The page calls for 6 seperate instants of repeating regions, most appear early in the code. What would be the best way to accomplish this. this is the code that DW gives <?php do { ?> <?php echo $row_Recordset1['MR_name']; ?><br> <?php } while ($row_Recordset1 = mysql_fetch_assoc($Recordset1));?> This is the statment that follow that isn't being displayed. <?php echo $row_Recordset1['comments']; ?> TIA Link to comment https://forums.phpfreaks.com/topic/2076-multiple-repeat-region-in-dwmx2004/ Share on other sites More sharing options...
Incessant-Logic Posted January 13, 2005 Share Posted January 13, 2005 Create a recordset for each repeat region. Thats what I do anyway, I haven't found a way round yet. IL Link to comment https://forums.phpfreaks.com/topic/2076-multiple-repeat-region-in-dwmx2004/#findComment-6984 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.