Re: [PHP] When are headers sent? (headers_sent function)

2007-02-09 Thread Jochem Maas
Robert Cummings wrote: > On Fri, 2007-02-09 at 11:24 -0800, Philippe Piernot wrote: >> I understand that the headers_sent() function will tell me whether headers >> have been sent or not. >> What I do not understand is what triggers the headers to be sent to the >> browser in the first place. >> Do

Re: [PHP] When are headers sent? (headers_sent function)

2007-02-09 Thread Robert Cummings
On Fri, 2007-02-09 at 11:24 -0800, Philippe Piernot wrote: > I understand that the headers_sent() function will tell me whether headers > have been sent or not. > What I do not understand is what triggers the headers to be sent to the > browser in the first place. > Does this happen as soon as the

Re: [PHP] When are headers sent? (headers_sent function)

2007-02-09 Thread Manish Marathe
On 2/9/07, Philippe Piernot <[EMAIL PROTECTED]> wrote: I understand that the headers_sent() function will tell me whether headers have been sent or not. What I do not understand is what triggers the headers to be sent to the browser in the first place. Does this happen as soon as the first outpu

[PHP] When are headers sent? (headers_sent function)

2007-02-09 Thread Philippe Piernot
I understand that the headers_sent() function will tell me whether headers have been sent or not. What I do not understand is what triggers the headers to be sent to the browser in the first place. Does this happen as soon as the first output occurs?