php drop down box list of countries made by foreach array
Sunday, April 19th, 2009This is some code I wrote to generate a drop down box with all the countries listed in it, that will preselect the right country if you post the country to it from a previous page. Really helpful if you use it as a control. I have it permanently in my PHP includes folder and just call it any time I need it.eg.:
<select name=”example”>
<? include ‘../inc/countries.php’ ?>
</select>
Here is countries.php