Skip to content

Instantly share code, notes, and snippets.

@GedMullen
Created October 30, 2015 09:51
Show Gist options
  • Save GedMullen/a525e7e5050d088dbbd3 to your computer and use it in GitHub Desktop.
Save GedMullen/a525e7e5050d088dbbd3 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Query string</title>
</head>
<body>
<?php
echo $_GET ["message"];
?>
<h1>Login</h1>
<form action="menu.php" method="post">
User ID:<br> <input type="text" name="userid"> <br> Password:<br> <input
type="text" name="password"> <input type="submit" name="login">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment