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 case, perhaps a fatal error is occuring when you call
the session functions but you aren't seeing it because of the
display_errors setting...?

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to