Hey all,
I am new to PHP in general, but I have very good experience with C, C++, Java programming. I have a bit of a quandry I hoped some PHP gurus could help me with.
To explain briefly: I am trying to pass along some session variables to save information about what sub-menus are expanded or collapsed. Everything works fine with this method, but I was wondering if anyone had a way to do this in a manner where I would not have to append a session variable to every link on the page (e.g. /blah.php?menu=Academics).
I would not really have a problem with this other than the fact that I really want to make this site easy to maintain for an entry-level web designer to come in and add/remove simple pages from the site.
Thanks ahead of time for the responses!
-Slade