Jump to content

Select the rows like a tree view


phpmady

Recommended Posts

Hi,

 

I have the project where i want to get the structure like tree.

 

My table structure:

 

Section_Id Section_Parent  Section_Name

1                0                        America

2                0                        China

3                1                      New york

4                1                      Washington

5                2                      Buffalo

 

How to retrieve the records..

 

I need a structure like this in a select button:

 

America

  New york

    Buffalo

 

 

Thanks,

 

 

 

 

 

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/247794-select-the-rows-like-a-tree-view/
Share on other sites

I would take a look at the following:

 

http://www.ferdychristant.com/blog/archive/DOMM-7QJPM7

 

I used to have a more elegant resource but I cannot find the link anymore. If I find that I will post it. But your google terms, if you decide to do more research should be:  MySQL Hierarchical

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.