Files
smart-house---final-/personne1.php
2026-03-19 15:42:08 +00:00

8 lines
166 B
PHP

<?php
$personne1 = [
'nom' => 'NomTest',
'prenom' => 'PrenomTest',
'email' => 'test@example.com',
'role' => 'Étudiant',
'classe' => 'BTS CIEL'
];