SitePoint Sponsor |
|
User Tag List
Results 1 to 1 of 1
Threaded View
-
Aug 17, 2007, 21:55 #1
- Join Date
- Sep 2003
- Location
- Northern California
- Posts
- 605
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
MySQL content to Folding Tree Menu
I need to make something similar to this folding tree (only 1 sub-level) menu
I would like to use something like this script
The catch is that the data is stored in mysql. Given that the tree is just an unordered list, I should be able to use recursion in php to get the data and echo the HTML, yes?
Has anyone done this before?
Bookmarks