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 Quote Link to comment 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 Quote Link to comment 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.