Hi,
I have a 2 tables: category, subCategory
Can anyone explained me how to create a menu like a tree menu except there won't be any collapsible feature.
for example
Food(category)
meat(sub)
fruits(sub)
vegetables(sub)
Furniture(category)
chair(sub)
tables(sub)
bed(sub)
as you see, I want to display the category and under the category, I want to display the sub. I am using a database for that so that I can put other items without going through the code.
I tried a lot but couldn't do it. Any help will be grateful. Thanks a lot
http://www.islandinfo.mu