newdesigngestionnaire/Vue/Ajaxfiltrevilleparpays/index.php
2026-03-07 10:47:25 +00:00

7 lines
256 B
PHP
Executable File

<select name="codeVille" id="codeVille"
class="form-control border-2 border-start-0 ps-0 selectpicker"
data-live-search="true"
required onchange="JAVASCRIPT:filtreLocaliteParVille();">
<?= liste_options($ville,'',false) ?>
</select>