menu ajout ficheAvalider

This commit is contained in:
2024-01-11 10:58:15 +01:00
parent a2201a4eb3
commit 8aafdf565b
6 changed files with 92 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
echo '<select class="form-select" name="selVisiteur" id="">';
foreach ($LesUtilisateurs as $key => $value) {
$id = $value['uId'];
$prenom = $value['uPrenom'];
$prenom = $value['uPrenom'];
$nom = $value['uNom'];
if ($id == $userId) {