From 8c6c384431dade8d39bfec3231ff087e84f15b61 Mon Sep 17 00:00:00 2001 From: Louis GERMAIN Date: Fri, 27 Oct 2023 14:41:32 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contact.php b/contact.php index 5d03100..f83d1aa 100644 --- a/contact.php +++ b/contact.php @@ -85,12 +85,12 @@ { echo '

Veuillez renseigner votre message !

'; } - echo ' - - '; + echo " + + "; 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']))