Advertisement
Guest User

Untitled

a guest
Sep 13th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.39 KB | None | 0 0
  1. <html>
  2. <h1>Login Form</h1>
  3. <Form method= "post" action="P4LoginScriptFile.php">
  4. <p><strong>Username: </strong><br>
  5. <input type = "text" name = "username"></p>
  6. <p><strong>Password: </strong><br>
  7. <input type = "password" name = "password"></p>
  8. <p><input type = "submit" name="submit" value= "Login"></p>
  9. <input type ="hidden" name="page" value="<?PHP echo $_GET ['page'];?>" >
  10. </form>
  11. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement