Jump to content

Subcategories


esport

Recommended Posts

Hi guys, I want to display hierarchically organized data in the form of categories/subcategories. The classic usage is in products, where the db tree is used to filter data based on the active subcategory.

 

I have a table called categories with the following fields:

 

id, parent_id, name

 

I have the following example data

 

1,0,trade

2,0,house

3,1,painting

4,1,electrical

 

So if I passed the id 3, it would display:

 

trade > electrical

 

Can anyone help?

Thanks

Daniel

 

 

Link to comment
https://forums.phpfreaks.com/topic/98973-subcategories/
Share on other sites

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.