mirror of
https://github.com/FranP-code/Frist-actual-form.git
synced 2025-10-12 23:53:02 +00:00
El codigo de HTML fue trasladado a un nuervo archivo PHP. Fue un quilombo
This commit is contained in:
@@ -4,8 +4,10 @@ echo print_r($_POST);
|
||||
|
||||
if (!isset($_POST['sumbit'])) {
|
||||
header ('Location: index.html');
|
||||
};
|
||||
}
|
||||
|
||||
$name = $_POST;
|
||||
echo 'hola';
|
||||
|
||||
$name = $_POST['name'];
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user