Skip to content

Instantly share code, notes, and snippets.

@steveobbayi
Created October 25, 2018 06:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steveobbayi/314b8be5a6816afe565045cc025e2665 to your computer and use it in GitHub Desktop.
Save steveobbayi/314b8be5a6816afe565045cc025e2665 to your computer and use it in GitHub Desktop.
<form action="example.php?var1=get1&var2=get2&var3=get3" method="post">
<input type="hidden" name="var4" value="post1" />
<input type="hidden" name="var5" value="post2" />
<input type="submit" value="Submit" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment