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
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:
>
, 2001 2:38 PM
Subject: [PHP] Session support in PHP
> hi,
>
> when doing a session_start() followed by session_register(...)
> before the html header the first call stops with the error
> 'html header already written'. how can i prevent the html header
> to be wri
hi,
when doing a session_start() followed by session_register(...)
before the html header the first call stops with the error
'html header already written'. how can i prevent the html header
to be written until the session_start() is called?
sascha
--
PHP General Mailing List (http://www.php.ne
4 matches
Mail list logo