Advertisement
Guest User

super_globals.php

a guest
Aug 19th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. <?php
  2. echo $_POST['username'];
  3. ?>
  4.  
  5. <form action="" method="post">
  6.     <input type="text" name="username">
  7.     <input type="password" name="password">
  8.     <input type="submit" value="go">
  9. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement