Page 2 of 2

Posted: Tue Aug 27, 2002 5:21 am
by volka
[in addition to the last post]
when using session_register while register_globals is Off the registered variable is not available by "it's name" within following pages. It will be stored in $_SESSION['<registered name>'].
This behaviour is related to the topic of Sticky: Before Post Read: Concerning Passing Variables in PHP 4.2+

Posted: Tue Aug 27, 2002 6:24 am
by Zeceer
i understand. Didn't think of the global :oops:. But it works now. Thanx!