Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. //Тестовый кабинет
  2. if(isset($_POST["send"])){
  3.  
  4.  
  5. if($login==$res[0] and $password==$res[1]) {
  6.  
  7.  
  8. header('Location: BD.php');
  9. exit; }
  10.  
  11. else{
  12. echo '<center><a style="color:red; position:relative; top:310px;" name="logpass">Неверный логин или пароль!</a></center>';
  13. //print_r($res);
  14. }
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement