Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. while($row = $result->fetch_assoc()) {;
  2. if (($row["username"] == $_POST["username"]));{
  3. header( 'Location: home.php' );}
  4. }
  5. } else; {
  6. header( 'Location: landing.php' );
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement