Advertisement
humpda

FormPHP

Apr 25th, 2022
1,039
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. <form action="<?php echo $_SERVER["PHP_SELF"]; ?>" method="post">
  2. Surname <input type="text" name="Surname"><p></p>
  3. Given Name <input type="text" name="Given_Name"><p></p>
  4.  
  5. <input type="submit" name="submit" value="Save">
  6. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement