Hello.
I would like to create some expanding menus
for a cd's catalog.
The cd's is sorted in categories, and when the user clicks a categori this category should expand and show which cd's it contains.
It's easy enough so far, but I wan't the categories to contain other categories which contains other catagories etc.. etc..
There should be no restrictions on the depth of this tree. And all levels of categories can also contain cd's.
Example:
+Rock
+Classic
User clicks on "Rock":
-Rock
--Foo/Bar <-- Cd
-+Heavy Rock <-- Category
-+Hard Rock
User clicks on "Hard Rock";
-Rock
--Foo/Bar <-- Cd
-+Heavy Rock <-- Category
-+Hard Rock
---Foo/hard <-- Cd
And so on.
The platform is MySQL/PHP4.
Can this be done?
T.I.A.
/cb