From 5ddaeab7d0f59dbee2759e584dbc5e3484778212 Mon Sep 17 00:00:00 2001 From: Louis GERMAIN Date: Sat, 28 Oct 2023 17:10:55 +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 6029bbf..aea1b83 100644 --- a/contact.php +++ b/contact.php @@ -89,7 +89,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']}: "; + echo "

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