Jump to content

Cookie in IF statement and header location problem


irkevin

Recommended Posts

Hi,

 

I have a problem that's occuring when using cookie in IF statement..

 

below is the code

 

	
if(isset($_COOKIE['login']) && $_COOKIE['login'] == '3'){
header('location:index.php');
}

 

When I run this, I get

 

The page isn't redirecting properly  

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
    *   This problem can sometimes be caused by disabling or refusing to accept
          cookies.

 

Any Idea? it the same with all browsers. It's like a loop than never ends.. I don't understand why this is happening. My browser accepts COOKIES.

 

Can someone Help?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.