Advertisement
Guest User

Untitled

a guest
Sep 10th, 2019
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. proses_login.php
  2. <?php
  3. $username=$_POST['username']; $password=$_POST['password']; if($username=="fajarriadi" && $password=="123") {
  4. echo"</h2>Anda Berhasil Login</h2";
  5. echo '<center><h1>Selamat Datang ;)</h1><br/><a href="./fajar.php">masuk</a>'; }
  6. else {
  7. echo"<h2>Anda Gagal Login</h2>";
  8. }
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement