El codigo de HTML fue trasladado a un nuervo archivo PHP. Fue un quilombo

This commit is contained in:
2021-04-27 22:58:58 -03:00
parent 97f9b197b0
commit 65f27613be
3 changed files with 54 additions and 22 deletions

View File

@@ -4,8 +4,10 @@ echo print_r($_POST);
if (!isset($_POST['sumbit'])) {
header ('Location: index.html');
};
}
$name = $_POST;
echo 'hola';
$name = $_POST['name'];
?>