PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
[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+