With a form, just set method to "post":
method
"post"
<form action="blah.php" method="post"> <input type="text" name="data" value="mydata" /> <input type="submit" /> </form>
548k questions
547k answers
4 comments
86.3k users