Scroll to top

How to create options is select html tag(drpopdown) in php?

create options is select html tag(drpopdown) in php

<select>
<?php

for($i=1;$i<=10;$i++){
 echo”<option>navi</option>”;
}
?></select>

Leave a Reply

Your email address will not be published. Required fields are marked *