PHP LOOP HTML SELECT Option

<?php for(){ ?>
<option name="" value="<?php .... ?>"> <?php ... ?> </option>
  <?php }?>
Bewildered Beaver