Re: [PHP] Multi by Multi level system

2005-01-26 Thread Richard Lynch
> I know I can write a recursive function for each of these stages, but > thats not the best method. FWIW, I happen to think recursion *IS* the best method, based on what you've said so far... -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsu

[PHP] Multi by Multi level system

2005-01-25 Thread Marek
Hello Creating a three dimensional menu system is pretty easy with arrays, but when you want to create a menu system that is 10 or 15 levels deep using arrays the conventional method is not so simple. I'm writing an application that shows a multi level (up to 30 levels) menu which is generate