Jump to content

scottshane

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Posts posted by scottshane

  1. 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

×
×
  • 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.