CSS terminado

This commit is contained in:
2021-04-27 21:03:41 -03:00
parent 61d871e99e
commit 97f9b197b0
3 changed files with 36 additions and 6 deletions

View File

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