diff --git a/backEnd.php b/backEnd.php index 82515d8..c5a6a41 100644 --- a/backEnd.php +++ b/backEnd.php @@ -4,8 +4,10 @@ echo print_r($_POST); if (!isset($_POST['sumbit'])) { header ('Location: index.html'); -}; +} -$name = $_POST; +echo 'hola'; + +$name = $_POST['name']; ?> \ No newline at end of file diff --git a/formulario.php b/formulario.php new file mode 100644 index 0000000..5d781c6 --- /dev/null +++ b/formulario.php @@ -0,0 +1,50 @@ + + + + +
+ + + +