"Jasper Mulder" <[email protected]> wrote in message news:[email protected]...
> From: [email protected] > Date: Tue, 26 Jul 2011 19:20:58 +0200 > To: [email protected] > Subject: [PHP] Tree menu list in php > > Hi, > is there a way to create a tree menu list only by using php/html/css? > I found some, but they are all in JavaScript, do I have to make them by > using JavaScript or is there a way in php as well? > If by "tree menu" you mean to have a menu that interacts with the user and shows the "branches", ie, sub-menus as the user clicks on items, then you can't do it with php obviously. OTOH - if you just want a menu with indents and choices similar to an 'outline' , then sure you can do it with php/html/css. But the JS ones are the sharpest ones. There's several out there for free too! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

