Jump to content

Nested categories, subcategories and sub-subcategories


vividona

Recommended Posts

Hi friends,

 

suppose I have this table values

 

id    |  name    |      parent

1          x                  0

2          x                  1

3          x                  2

 

if parent == 0 it means the x (1) is main category

if parent == 1 it means x (2) is parent to the main x

if parent == 2 it means x (3) is parent to the parent x

 

and so on

 

how can I insert and fetch this idea in php code

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.