mirror of
https://github.com/FranP-code/Frist-actual-form.git
synced 2025-10-12 23:53:02 +00:00
13 lines
143 B
PHP
13 lines
143 B
PHP
<?php
|
|
|
|
echo print_r($_POST);
|
|
|
|
if (!isset($_POST['sumbit'])) {
|
|
header ('Location: index.html');
|
|
}
|
|
|
|
echo 'hola';
|
|
|
|
$name = $_POST['name'];
|
|
|
|
?>
|