From b229bcff3eeafce3f6759579bc521ccd9d18dc21 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 8 Feb 2026 01:05:18 +0000 Subject: [PATCH] a --- Controleur/ControleurRechercheparcarte.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Controleur/ControleurRechercheparcarte.php b/Controleur/ControleurRechercheparcarte.php index 4467bdd..dcb9ce5 100755 --- a/Controleur/ControleurRechercheparcarte.php +++ b/Controleur/ControleurRechercheparcarte.php @@ -16,11 +16,12 @@ class ControleurRechercheparcarte extends Controleur { public function index($donneesCarte="") { - var_dump($_POST); - exit(); if (isset($_POST['donneesCarte'])) { + var_dump($_POST); + exit(); + $donneesCarte=trim($_POST['donneesCarte']); if($donneesCarte<=" ")