I'd like to do this list twice and I get noting the second time, I'm assuming I must reset the fetch?
<?php do {?>
<option value="<?php echo $row_RestDisplay['RID'];?>"><?php echo $row_RestDisplay['RestName'];?></option>
<?php } while ($row_RestDisplay = mysql_fetch_assoc($RestDisplay));
If there is a function to reset the row to # 1 I can't find it in the Manual at php
Thanks
Matt