From b9d9f749799cc276f4ca3bf243a0d4f0b1a858a1 Mon Sep 17 00:00:00 2001 From: Louis GERMAIN Date: Fri, 27 Oct 2023 22:02:05 +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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/contact.php b/contact.php index 2f4e01d..54677b4 100644 --- a/contact.php +++ b/contact.php @@ -30,7 +30,7 @@
- + '; if (isset($_POST['nom']) && empty($_POST['nom'])) { @@ -38,7 +38,7 @@ } echo '
- +
'; if (isset($_POST['mail']) && empty($_POST['mail'])) @@ -50,7 +50,7 @@ echo '

Votre email est invalide !

'; } echo '
- +
'; if (isset($_POST['phone']) && !empty($_POST['phone']) && !($_POST['phone'] == filter_var($_POST['phone'], FILTER_SANITIZE_NUMBER_INT))) @@ -58,7 +58,7 @@ echo '

Entrez une numéro de téléphone correct

'; } echo '
- +
- +
@@ -77,7 +77,7 @@
-
'; if (isset($_POST['msg']) && empty($_POST['msg']))