RE: [PHP] How to use Session Variables

2002-07-01 Thread Johnson, Kirk
e. Clear as mud? I thought so ;) Kirk > -Original Message- > From: Brandon [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 01, 2002 4:02 PM > To: [EMAIL PROTECTED] > Subject: [PHP] How to use Session Variables > > > Could anybody point me to a good tutorial/howto on h

[PHP] How to use Session Variables

2002-07-01 Thread Brandon
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 i