newdesigngestionnaire/Vue/Ajaxfiltrevilleparpays/index.php
2026-03-07 09:29:08 +00:00

6 lines
325 B
PHP
Executable File

<span class="input-group-text bg-light border-2 border-end-0"><i class="fas fa-city text-muted"></i></span>
<select name="codeVille" id="codeVille" class="form-control selectpicker" data-live-search="true" required onchange="JAVASCRIPT:filtreLocaliteParVille();">
<?= liste_options($ville,'',false) ?>
</select>