Posted by Joseph S. on 09/25/05 23:29
If I define $_SESSION['x']=5; and later, use $x say, as, $y = $x * $x; will it work only if register_globals is set to On? Am i correct in saying that usage of $x in place of $_SESSION['x'] will not work if register_globals is Off? TIA, Regards, Joseph S.
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming