Skip to content

Instantly share code, notes, and snippets.

@steveobbayi
Last active February 7, 2017 17:00
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save steveobbayi/13d63aa8fc554b2c9398b836d4c71e86 to your computer and use it in GitHub Desktop.
<form action="Page2.php" method="post">
<label for="text">Input Label:</label>
<input type="text" name="text" id="text">
<input type="hidden" name="page2control" value="authorized">
<input type="submit" value="Submit">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment