7 lines
271 B
PHP
Executable File
7 lines
271 B
PHP
Executable File
<?php $idCollegeStat = $_SESSION['idCollegeStat'] ?? "0"; ?>
|
|
|
|
<SELECT style="font-size:10pt;" class="form-control selectpicker" data-live-search="true" id="idCollege" NAME="idCollege" required >
|
|
<?php liste_options($colleges, $idCollegeStat); ?>
|
|
</SELECT>
|
|
|