Advertisement
GWibisono

tes form

May 27th, 2012
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.33 KB | None | 0 0
  1. <?
  2. if($_POST)
  3. {
  4.     echo'<pre>';print_r($_POST);echo'</pre>';  
  5.    die('txt='.$_POST['txt']);
  6. }
  7.  
  8. echo "<form method=post name=update  >";
  9. ?>
  10. <br> <input type='text' name=txt />
  11. <br> <input type='text' name=txt />
  12. <br> <input type='text' name=txt />
  13. <br> <input type='text' name=txt />
  14. <input type=submit value='go' />
  15. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement