19 August 2019

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>

No comments:

Post a Comment

How to create video slider with cuncks of videos without download all videos?

 Create video slider with cuncks of videos without download all videos function custom_video_slider_shortcode() { $slider_id = 'vide...