['table' => 'projects', 'retour' => './projects.php', 'label' => 'Projet'], 'experience' => ['table' => 'experiences', 'retour' => './xp.php', 'label' => 'Expérience'], 'ecole' => ['table' => 'schools', 'retour' => './xp.php', 'label' => 'École'], ]; $type = $_GET['type'] ?? ''; $id = $_GET['id'] ?? ''; // Type inconnu ou id invalide : retour à l'accueil if (!isset($types[$type]) || !is_numeric($id)) { header('Location: ./home.php'); exit; } $infos = $types[$type]; // Récupération de l'élément demandé // (pdf_data n'est volontairement pas sélectionné : le PDF est servi à part par viewPdf.php // dans une