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: ?php 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 in your

[PHP] session_start() -- no more output

2002-09-22 Thread Hans Wilmer
Hi, the following PHP script causes me trouble: ?php 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. I could use ?php session_start(); echo test; ? instead, but I won't get any

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

2002-09-22 Thread Michael Sims
On Mon, 23 Sep 2002 00:54:07 +0200, you wrote: ?php 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 in your php.ini? If this were the