Advertisement
Guest User

Untitled

a guest
Jun 8th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <?php
  2. setcookie("username", "password");
  3. ?>
  4.  
  5. <html>
  6. <body>
  7. <form method="post" action="login1.php" >
  8. Username: <input type="text" name="username" />
  9. Password: <input type="text" name="password" />
  10. <input type="submit" />
  11. </form>
  12. </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement