Page 1 of 1

How to pass state around

Posted: Tue Apr 06, 2004 11:03 pm
by Bison
Hi,

What's the way to keep track of the state for e.g. a tree menu? I downloaded "The PHP Layers Menu System" from
http://phplayersmenu.sourceforge.net/
which among other things has a tree-menu implemented in PHP.

The tree menu is really nice, but being new to PHP I am not sure how to pass the state of the menu from one page to another. How do you PHP-buffs out there do it?

Regards.

Posted: Wed Apr 07, 2004 3:08 am
by JayBird
sessions

read this tutorial about sessions - viewtopic.php?t=6521

Mark