Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- //----- (1) LOGIC -----
- $firstName = filter_input(INPUT_GET, 'firstName');
- ?>
- <!-- (2) HTML template output -->
- <!doctype html>
- <html>
- <head>
- <title>process</title>
- </head>
- <body> Hello <?= $firstName ?></body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment