RE: [PHP] Session support in PHP (buffering output to browser)

2001-02-19 Thread David VanHorn
At 05:53 PM 2/19/01 -0800, ..s.c.o.t.t.. wrote: >there was an awesome article on phpbuilder about buffering output, >controlling when things got to the browser... so that you could >set cookies/headers anywhere in your script (or, as he talks about, >gzip content on the fly beofre outputting it to

RE: [PHP] Session support in PHP (buffering output to browser)

2001-02-19 Thread ..s.c.o.t.t..
gt; Subject: Re: [PHP] Session support in PHP > > > Make sure there are no lines (except a session_start(), INCLUDING blank lines. > > Example that will work: > session_start(); > ?> > > yadda yadda yadda etc etc etc > > Example that will not work: >

Re: [PHP] Session support in PHP

2001-02-19 Thread Kath
Make sure there are no lines (except a yadda yadda yadda etc etc etc Example that will not work: yadda yadda yadda etc etc Hope this helps, Kath - Original Message - From: "Sascha Andres" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 19, 2001 2:38 PM Subject: [P