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