Hi all,
I am constantly getting Headers already sent errors.
What I dont understand is why when I read something that could have come
from a cookie or session does that right out to headers.
eg:
if (!$HTTP_COOKIE_VARS["TrackID"]){
}
The header error refers to this line as having first sent output. Is that
the case?? if so how do I deal with that?
Cheers
Nic
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]