I was interested in this article.....
http://www.phpbuilder.com/tips/item.php?id=173
and would like to see if anyone has expanded upon it, to make it three and even four levels deep (i.e. recursive) so it is flexible to change the level of depth whenever you want to in order to allow you to expand to the "nth" number of rows and to decrease by the "nth" number of rows. The following displays/explains better.....
how would you make the sub array/sub menus have multiple levels as well?
i.e.
PHP Code (Level 1)
Linux (Level 2)
References (Level 3)
Open Source (Level 4)
Open Source2 (Level 4)
References2 (Level 3)
References3 (Level 3)
Windows (Level 2)
Help (Level 3)
Coding (Level 3)
Open Source3 (Level 4)
Open Source4 (Level 4)
Standards (Level 3)
Unix (Level 2)
Virtual Lab (Level 1)
Web Editor (Level 1)
Blah blah blah (Level 1)
Hope this prints out like it is displayed here on my screen. Have a menu like above that can go 3 levels, 4 levels deep, how do you change the code to do so? Also was looking at using images instead of just text to go with it...that may be a future need. Please email me (astockyj@chimesnet.com) when there is a post or example of this. Thanks.