Nieprawidłowe przekierowanie
Firefox wykrył, że serwer przekierowuje żądanie tego zasobu w sposób uniemożliwiający jego ukończenie.
Problem ten może się pojawić w wyniku zablokowania lub odrzucenia ciasteczek.
proszę o pomoc, jestem nowicjuszę i walczę z tym i nie mogę wygrać
<?php exit; ?> <?php include "../storesript/conecttomysql.php"; $sql=mysql_query("SELECT * FROM admin WHERE id='$managerID' AND username='$manager' AND password='$password' LIMIT 1"); if($existCount==1) $id=$row['id']; } $_SESSION["id"]=$id; $_SESSION["manager"]=$manager; $_SESSION["password"]=$password; exit; } else { exit; } ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <link rel="stylesheet" href="../style/style.css" type="text/css" media="screen" /> </head> <body> <div align="center" id="mainwraper"> Zaloguj się <form id="form1" name="form1" method="post" action="admin_login.php"> Username: <input name="username" type="text" id="username" size="40"/><br /><br /> Password: <input name="password" type="password" id="password" size="40"/><br /><br /> <input type="submit" name="button" id="button" value="Log in" /> </form> </div> </body> </html>