Guest User

Untitled

a guest
May 24th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. /** Redirecionar o usuário para /home.php: */
  2. header('Location: /home.php');
  3.  
  4. if($nome == "diego.santos" && $password == "12345"){
  5. header('Location: id1.php');
  6. }else if($nome == "santos.diego" && $password == "12345"){
  7. header('Location: id2.php');
  8. }
Add Comment
Please, Sign In to add comment