Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <html>
  2. <head>
  3. This is head
  4. <title> This is the page title </title>
  5. </head>
  6. <body>
  7. <form name="formanme" method="post" action="">
  8. <?php $textvalue = $_POST['nameone']; ?>
  9. <input type="text" name="nameone" value=<?php echo $textvalue;?>
  10. <input type="submit" name="submitbutton" value="Click Here">
  11. </form>
  12. </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement