Jump to content

multiple Repeat Region in DWMX2004


Recommended Posts

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

  • 1 month later...

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.