can anybody help me understand this?

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

User avatar
Ixplodestuff8
Forum Commoner
Posts: 60
Joined: Mon Feb 09, 2004 8:17 pm
Location: Queens, New York

Post by Ixplodestuff8 »

I once had a headers problem, it turned out that I had an extra space after the closing php tag ( ?> ) and it was sent to the browser, make sure there is NOTHING after or before the php tags, not even a space.
User avatar
ol4pr0
Forum Regular
Posts: 926
Joined: Thu Jan 08, 2004 11:22 am
Location: ecuador

Post by ol4pr0 »

yep that might be so.. however those are all session errors.

if you read that carefully you will know what they mean..

basicly they all say that the session cookies which it needs do not exist. /tmp/.....................
Post Reply