PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Are there any turorials that deals with PHP tree menues?
What would be the best way to keep track of the menu state, a hidden variable or a sessions?
Anybody that can recommend a PHP tree menu to start of with?
you can build a tree menu with DHTML or JS, the only reason you would us php is if there was a need to change permissions or something. this is prolly more of a "Client Side" question, as it would be a DHTML or Javascript menu.
The reason for using a server side menu is that some users switch of JavaScript for security reasons and some don't even realise that it is switch off. The drawback of cause is the extra delay, so it is less plesant to use.