on 21/01/03 9:25 PM, Tim Thorburn ([EMAIL PROTECTED]) wrote:

> There is some discussion as to whether my globals are on or not ... I am
> using session_register to name my sessions, and then the global command
> later on on the individual pages to remember which session it is we're
> looking for.

No no no... check the output of phpinfo(), or check your php.ini file to see
if the directive "register_globals" has a value of ON or OFF.

This is more than likely the problem I think.

Also check the same value on your local machine.

Justin


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

Reply via email to