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<=" ")