Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. # File a.php
  2. <form action="b.php" method="post" target="_blank">
  3. <input type="text" name="nama">
  4. <button type="submit">Submit</button>
  5. </form>
  6.  
  7. # File b.php
  8. <?php print_r($_POST);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement