codice:
foreach($array as $valore => $indice) {
  echo '<option value="'.$indice.'">'.$valore.'</option>';
}