Need help to make tree view

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
shahriat
Forum Newbie
Posts: 1
Joined: Mon Mar 23, 2009 4:18 am

Need help to make tree view

Post by shahriat »

Hi All,
I have one table tbl_content with content_id, content, menu_id columns and another table tbl_menu with menu_id, menu_name, level. Here content_id and menu_id are primary key for both table.
[NB. menu has three lebel like main menu, sub menu and child menu].
Now i want to make the tree view like below:

Main menu
-- Sub menu
--- Child menu
---- Content

Main menu
-- Sub menu
--- Child menu
---- Content

Please give me some idea to make the tree view.

--
Thanx
Malicious
Forum Newbie
Posts: 1
Joined: Wed Mar 25, 2009 2:28 am

Re: Need help to make tree view

Post by Malicious »

Bump! Need the same help.
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: Need help to make tree view

Post by Benjamin »

Forum Rules 1-1.1-1 wrote: Select the correct board for your query. Take some time to read the guidelines in the sticky topic.
Post Reply