From adc0bbfe3eb24af724cb42e64831837ee63353ec Mon Sep 17 00:00:00 2001 From: Louis GERMAIN Date: Fri, 27 Oct 2023 14:42:35 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'contact.php'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contact.php b/contact.php index f83d1aa..9a783af 100644 --- a/contact.php +++ b/contact.php @@ -90,7 +90,7 @@ "; if (isset($_POST['nom']) && isset($_POST['mail']) && isset($_POST['phone']) && isset($_POST['motif']) && isset($_POST['when']) && isset($_POST['1contact']) && isset($_POST['msg'])) { - echo "

Vous êtes $_POST["nom"]: votre"; + echo "

Vous êtes $_POST['nom']: votre"; if (!empty($_POST['mail'])) {echo "adresse email est $_POST['mail'],";} if (!empty($_POST['phone'])) {echo "votre numéro de téléphone est $_POST['phone'],";} if (!empty($_POST['motif']))