11-03-2008, 09:43 PM
|
#1 (permalink)
|
|
Super Moderator
Join Date: Sep 2007
Location: Near you.
Posts: 791
Thanks: 241
|
Why ? - because of version ?
so yeah i was playing around on my localhost..
i had like this
PHP Code:
if ($_SESSION["logged"] != true) header("location: login.php");
which as you can see is missing the brackets..
so the funny thing was it worked on localhost but on
web host like real server :P it did not work
no errors where given just would not work..
so my question is:
was it because of
version difference or what :S?
PS: i just like to learn about small things ;)
-Thank you.
|
|
|
|