php loop html select option

Solutions on MaxInterview for php loop html select option by the best coders in the world

showing results for - "php loop html select option"
Philipp
17 Jan 2020
1<?php for(){ ?>
2<option name="" value="<?php .... ?>"> <?php ... ?> </option>
3  <?php }?>