Posted by Evil Otto on 02/18/07 20:45
I removed the ?> and <?php tags from where you saw the whitespace, so
there's no extraneous whitespace. Had no effect on the problem I'm
seeing; the third request still cannot see changes to the $_SESSION
variable made by the second.
On Feb 18, 3:24 pm, Kimmo Laine <s...@outolempi.net> wrote:
> Evil Otto kirjoitti:
>
> > There's no output going to the browser before session_start(). The
> > top of my script looks like this:
>
> > --quote
>
> > <?php
> > error_reporting(E_ALL);
> > ini_set("display_errors","1");
> > ?>
>
> Output starts here cos you have a gap between two php tags. It's the
> whitespace effect.
>
> > <?php
>
> >
>
> --
> "En ole paha ihminen, mutta omenat ovat elinkeinoni." -Perttu Sirviö
> s...@outolempi.net | Gedoon-S @ IRCnet | rot13(x...@bhgbyrzcv.arg)
[Back to original message]
|