Advertisement
Guest User

Untitled

a guest
Oct 9th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. $username = $_POST['username'];
  2. $password = $_POST['password'];
  3. echo $username;
  4. echo $password;
  5.  
  6. </title>
  7.  
  8. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement