Guest User

Untitled

a guest
Dec 17th, 2018
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php
  2. if (isset($_POST["UserName"]) && isset($_POST["Password"])) {
  3. $usr = $_POST["UserName"];
  4. $pswd = $_POST["Password"];
  5.  
  6. echo "Username: $usr<br> Password: $pswd";
  7. }
  8. ?>
Add Comment
Please, Sign In to add comment