Re: [PHP-DEV] Re: Double warnings with session_start

2003-06-25 Thread Justin Hannus
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

Re: [PHP-DEV] Re: Double warnings with session_start

2003-06-25 Thread michel
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

[PHP-DEV] Re: Double warnings with session_start

2003-06-25 Thread Justin Hannus
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 "