Add Contury with Code

 VIEW==>

 <p><label>Country</label> 

<select name="country">

                                    <?php

        foreach ($formdata as $value) { 

  echo '<option>'.$value['id'].$value['country'].'</option>';

}

?>

</select>

</p> 

  

  

Comments

Popular posts from this blog

condition in table data for html

my notepad code notes

React.js Notes