Oops!
<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Wed, 25 Jun 2003, Justin Hannus wrote:
>
> > 1
> > 2 > 3 session_start();
> > 4 ?>
> > 5 session inizializzata
> >
> > It appears that line 1. has the "output" that forces the headers sent,
in
> > this case, just a newline. A
On Wed, 25 Jun 2003, Justin Hannus wrote:
> 1
> 2 3 session_start();
> 4 ?>
> 5 session inizializzata
>
> It appears that line 1. has the "output" that forces the headers sent, in
> this case, just a newline. Anything outside the tags are treated as
> STDOUT forcing the php module to send the h
1
2
5 session inizializzata
It appears that line 1. has the "output" that forces the headers sent, in
this case, just a newline. Anything outside the tags are treated as
STDOUT forcing the php module to send the headers before you start your
session. Try moving your
4 session inizializzata
"