$txt = file('secciones.txt');echo '<select name="secccion">';for ($i=0; $i<strlen($txt); $i++) echo '<option>'.$txt[$i].'</option>';echo '</select>';