Pour insérer automatiquement une liste déroulante (SELECT) avec les codes iso des pays

Références ISO

isocountrycodes //[[fradeff@akademia.ch|Fred Radeff]] 2009/06/24 08:54//

à inclure dans votre script
<select name="country">
<select name="pays">
<option value="">&nbsp;</option>
                <?php
                include("pays_iso_fr.html"); //français
                #include("pays_iso_en.html");//anglais
                ?>
</select>

iso country html_QuickForm english

iso country html_QuickForm french

Fichiers avec les données ISO

Zip CSV / MySQL

 
info/isocountrycode.txt · Dernière modification: 2009/06/24 09:03 (modification externe)
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki