View Single Post
Old 11-03-2008, 09:43 PM   #1 (permalink)
codefreek
Super Moderator
Inquisitive 
 
codefreek's Avatar
 
Join Date: Sep 2007
Location: Near you.
Posts: 791
Thanks: 241
codefreek is on a distinguished road
Help 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.
codefreek is offline  
Reply With Quote