Guest User

Untitled

a guest
Nov 24th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. <html>
  2. <body>
  3. <form action="sumbit.php" method="get">
  4. Name: <input type="text" name="Name" /><br><br><br>
  5. Text:<textarea rows="5" cols="20" name="text"></textarea>  
  6. <input type="submit" />
  7. </form>
  8.  
  9. </body>
  10. </html>
Add Comment
Please, Sign In to add comment