Guest User

Untitled

a guest
Jun 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2.  
  3. $username = $_POST['username'];
  4.  
  5. ?>
  6.  
  7. <forum input="POST">
  8.  
  9. <input name="username" value="<?php echo $username; ?>">
  10.  
  11. </forum>
  12.  
  13. <?php
  14.  
  15. $username = $_POST['username'];
  16.  
  17. ?>
Add Comment
Please, Sign In to add comment