diff --git a/formulaire.php b/formulaire.php new file mode 100644 index 0000000..aaef417 --- /dev/null +++ b/formulaire.php @@ -0,0 +1,27 @@ +Données reçues :"; + echo "Nom : " . $nom . "
"; + echo "Prénom : " . $prenom . "
"; + echo "Sexe : " . $sexe . "
"; + echo "Email : " . $email . "
"; + echo "Téléphone : " . $telephone . "
"; +} +?> \ No newline at end of file diff --git a/html/Formulaire b/html/Formulaire index 21fc663..edd55b1 100644 --- a/html/Formulaire +++ b/html/Formulaire @@ -31,7 +31,7 @@

Formulaire

-
+

@@ -55,36 +55,7 @@