diff options
Diffstat (limited to 'PHP/Test/process.php')
| -rw-r--r-- | PHP/Test/process.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/PHP/Test/process.php b/PHP/Test/process.php new file mode 100644 index 0000000..796b517 --- /dev/null +++ b/PHP/Test/process.php @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html lang="en" dir="ltr"> + <head> + <meta charset="utf-8"> + <title></title> + </head> + <body> + <?php + $name = $_POST["name"]; + echo "Hello " . $name; + ?> + </body> +</html> |
