Could anybody point me to a good tutorial/howto on how to make a variable accessible to all of my PHP pages? I'm running PHP 4.0.6 with register_globals set to ON... (I cant change that). I've tried with the $HTTP_SESSION_VAR,$_SESSION, and session_register() method but just can't seem to make it work. Any help would be appreciated.
Thanks, Brandon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php