Guest User

Untitled

a guest
Apr 10th, 2017
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Form processing</title>
  4. </head>
  5. <body>
  6. <?php
  7. $username = $_POST['username'];
  8. $password = $_POST['password'];
  9. //echo print_r($_POST);
  10. echo "{$username}: {$password}";
  11. ?>
  12.  
  13.  
  14. </body>
  15.  
  16. </html>
Add Comment
Please, Sign In to add comment