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']);