RE: [PHP] Remembering choices

2002-04-02 Thread Rick Emery
no such thing as a global variable accessible from all pages. use cookies or sessions -Original Message- From: Morten Nielsen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 2:02 PM To: [EMAIL PROTECTED] Subject: [PHP] Remembering choices Hi, I have a menu, where I would like

[PHP] Remembering choices

2002-04-02 Thread Morten Nielsen
Hi, I have a menu, where I would like to be able to store which link the user last pressed. What is the best way of doing this? I thought about sessions, but is it possible to define some sort of global variable that I can access from all my pages? Regards, Morten -- PHP General Mailing List