Advertisement
Guest User

Untitled

a guest
Feb 27th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <?php
  2. if(isset($_POST['submit'])){
  3. $data = $_POST;
  4. }
  5. ?>
  6.  
  7. <form action = "page.php" method="post">
  8. Username<input type="username" name="username"/><br/>
  9. Password<input type="text" name="password"/><br/>
  10. <input type="submit" name="submit"/>
  11. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement