From de2ff21d6071246055e770a2c04633a690542ffb Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 8 Feb 2026 01:04:41 +0000 Subject: [PATCH] a --- Controleur/ControleurRechercheparcarte.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Controleur/ControleurRechercheparcarte.php b/Controleur/ControleurRechercheparcarte.php index 3c203b5..4467bdd 100755 --- a/Controleur/ControleurRechercheparcarte.php +++ b/Controleur/ControleurRechercheparcarte.php @@ -16,6 +16,9 @@ class ControleurRechercheparcarte extends Controleur { public function index($donneesCarte="") { + var_dump($_POST); + exit(); + if (isset($_POST['donneesCarte'])) { $donneesCarte=trim($_POST['donneesCarte']);