diff --git a/backEnd.php b/backEnd.php index d6ede6f..82515d8 100644 --- a/backEnd.php +++ b/backEnd.php @@ -2,4 +2,10 @@ echo print_r($_POST); +if (!isset($_POST['sumbit'])) { + header ('Location: index.html'); +}; + +$name = $_POST; + ?> \ No newline at end of file diff --git a/index.html b/index.html index ebe5753..24c8b93 100644 --- a/index.html +++ b/index.html @@ -8,11 +8,13 @@
- +