| By: Jared Date: 2009-08-14 Time: 23:13 | Heirachical menuHi, I'm working on a nested list, and am wondering if this looks ok? It's not working as I would expect. The third level is not getting generated. Any suggestions? The HTML: 
 The array: 
 The script: 
 | |||
| By: TomH Date: 2009-08-15 Time: 08:21 | Re: Heirachical menuCan't answer your question, but... There's a prototype of my hierarchical menu system that might be of some value to you here http://tomhenry.us/tbs3/ (see the first prototype TBS application) source code and db layout included there. The primary reason I developed it was to provide hierarchical menus without the overhead of sub-queries in the process. Hope that helps, TomH |