Addressed to: Philip Olson <[EMAIL PROTECTED]>
[EMAIL PROTECTED]
** Reply to note from Philip Olson <[EMAIL PROTECTED]> Tue, 30 Apr 2002 22:45:49
+0000 (GMT)
>
> Btw, I can't think of a reason why a script designed
> with register_globals = off would not work with it
> on. Which is why assuming register_globals = off will
> make your scripts more portable.
I can. Sessions. I believe that if register globals is on PHP looks at
the global variables to write registered variables else it looks to
$_SESSION. I did not track down the exact reason I can't use $_SESSION
with register_globals = on, I just dropped back to using
session_register(), but I did have a problem.
Rick
Rick Widmer
Internet Marketing Specialists
http://www.developersdesk.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php