Advertisement
Guest User

SC Materi 2

a guest
May 18th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <?php
  2. //echo "Hallo";
  3. ?>
  4.  
  5.  
  6. <html>
  7. <head>
  8.  
  9. </head>
  10.  
  11. <body>
  12.  
  13. <form method="POST" action="proses.php">
  14. <p> Username : </p>
  15. <input type="text" name="username" placeholder="username"><br>
  16. <p> Password : </p>
  17. <input type="password" name="password" placeholder="password"><br>
  18.  
  19. <input type="submit" name="masuk" value="Masuk">
  20.  
  21.  
  22. </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement