Guest User

Untitled

a guest
Jul 11th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1.  
  2. post.php ==============================================================================
  3.  
  4. <html>
  5. Hello, Your Username Is: <?php echo $_GET['user']; ?> <br /> Your Password Is: <?php echo $_GET['pass']; ?> <br /> Thanks For Flying Bomb!
  6. </html>
  7.  
  8. end post.php ==========================================================================
  9.  
  10. index.html ============================================================================
  11.  
  12. <html>
  13. <p> This Is Bombs First PHP Project! </p>
  14. <form method="GET" action="post.php">
  15. Username: <input type="text" name="user" size="15" /><br />
  16. Password: <input type="password" name="pass" size="15" /><br />
  17. <p><input type="submit" value="Login" /></p>
  18. </form>
  19. </html>
  20.  
  21. end index.html ========================================================================
Add Comment
Please, Sign In to add comment