Re: [PHP] starting a session

2004-02-03 Thread John W. Holmes
From: "Angelo Zanetti" <[EMAIL PROTECTED]> > is there ever a certain situation where you would have something at the top > of your page before session_start();? If so why would it be before > session_start();? Sure, there could be. It just wouldn't be able to output anything unless you were using

Re: [PHP] starting a session

2004-02-03 Thread memoimyself
Hello Angelo, On 3 Feb 2004 at 9:36, Angelo Zanetti wrote: > is there ever a certain situation where you would have something at the top > of your page before session_start();? If so why would it be before > session_start();? The closest thing to a "certain situation" that I can think of is when