Alexander Ross wrote: >I'm slowly beginning to undrestand this, but please bear with a php novice. >When/how were the headers sent? In other words, how do I know that they >have already been sent? > Because something other than a header has gone out. As something other has gone out, it is not possible to send more headers. Thus headers that were to be sent must have already been sent. I interpret this error message as "Something other than headers has already been sent so you cannot send headers now.", (but then I have been known to be wrong).
HTH Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php