AleksandarH

Y2S2 - PHP Homework (P2)

Mar 6th, 2022 (edited)
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. <html>
  2.     <body>
  3.         Hello, <?php echo $_POST["Personal_Information1"]; ?> <?php echo $_POST["Personal_Information2"]; ?>!<br>
  4.         Your choice is <?php echo $_POST["Course"]; ?>
  5.     </body>
  6. </html>
Add Comment
Please, Sign In to add comment