session problem... help!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kevin7
Forum Commoner
Posts: 96
Joined: Fri May 21, 2004 6:54 am

session problem... help!

Post 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...
Draco_03
Forum Regular
Posts: 577
Joined: Fri Aug 15, 2003 12:25 pm
Location: Montreal, Canada

Post 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
kevin7
Forum Commoner
Posts: 96
Joined: Fri May 21, 2004 6:54 am

Post 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
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

Read the tutorial and all will be clear

Mark
Post Reply