[PHP] session_start() --> no more output

2002-09-22 Thread Hans Wilmer
Hi, the following PHP script causes me trouble: This is just a simple example. The problem is that the script produces no output at all when called with the browser. I could use instead, but I won't get any output either. Everything works as expected when session_start() or session_reg

Re: [PHP] session_start() --> no more output

2002-09-23 Thread Hans Wilmer
On Sun, Sep 22, 2002 at 06:03:50PM -0500, Michael Sims wrote: > > >session_register("bunt"); > >phpinfo(); > >?> > > > >This is just a simple example. The problem is that the script produces > >no output at all when called with the browser. > > Is it possible that display_errors is set to "Off" i