if(isset($_POST['Submit'])) { $username=$_POST["username"]; $password=$_POST["password"]; if (($username=="team" AND $password=="alive")||($username=="vic" AND $password=="1541")){ $permission="yes"; session_start(); session_register("permission"); header ("location: operations_manual.php"); }else{ $msg = "Sorry, incorrect Login ID or Password"; } } if(isset($_POST['Submit2'])) { $username2=$_POST["username2"]; $password2=$_POST["password2"]; if (($username2=="alive" AND $password2=="travel")||($username2=="vic" AND $password2=="1541")){ $agentpermission="yes"; session_start(); session_register("agentpermission"); header ("location: agents.php#top"); }else{ $msg2 = "Sorry, incorrect Login ID or Password"; } } ?>
![]() |
|
|
|
|
|
|
|
|||||||||||
![]() |
|
|