Page 1 of 1

session problem... help!

Posted: Fri May 21, 2004 9:08 am
by kevin7
Warning: Cannot modify header information - headers already sent by (output started at c:\inetpub\wwwroot\mc\login2.php:84) in c:\inetpub\wwwroot\mc\login2.php on line 66

wat does this line means? i login with other user id... after logged out from other...

Posted: Fri May 21, 2004 9:16 am
by Draco_03
You can t send a header after you echoed anything in your browser...
Jason made a really good Tutorial about this.. right here

Posted: Fri May 21, 2004 9:21 am
by kevin7
Draco_03 wrote:You can t send a header after you echoed anything in your browser...
... can u explain for me more details... i'm a newbie~ lol

Posted: Fri May 21, 2004 9:24 am
by JayBird
Read the tutorial and all will be clear

Mark