View Single Post
  #2  
Old 08-18-2006, 02:23 PM
prestor prestor is offline
OSP Starters
 
Join Date: Aug 2006
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
prestor is on a distinguished road
Default

i'm guessing that u haven't made sure the very first thing is the session start...

<?
session_Start();

....rest of code....
?>

And if you are using a header file, make sure it comes before the header file.

<?
session_start();
include("header.php");

....rest of code....
?>

hope this helps!!! -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
  Webmaster Forums - View Single Post - need help cant login into my site admin panel
View Single Post
  #2  
Old 08-18-2006, 02:23 PM
prestor prestor is offline
OSP Starters
 
Join Date: Aug 2006
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
prestor is on a distinguished road
Default

i'm guessing that u haven't made sure the very first thing is the session start...

<?
session_Start();

....rest of code....
?>

And if you are using a header file, make sure it comes before the header file.

<?
session_start();
include("header.php");

....rest of code....
?>

hope this helps!!! -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote