Guest User

Untitled

a guest
Jun 26th, 2012
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Form results from website through email
  2. <form method="post" action="mailto:[email protected]" enctype="text/plain">
  3. <input type="text" name="comment">
  4. <input type="submit" value="Submit">
  5. </form>
  6.  
  7. [other headers]
  8.  
  9. comment=foobar
Advertisement
Add Comment
Please, Sign In to add comment