I have 2 tables:
Table categories: fields: categories_id, parent_id
Table categories description: fields: categories_id, categories_name.
Is there a way to display these in a tree? for example
Main cat 1
|->subcat 1
|->subcat 2
Main cat 2
| subcat 3
I don't want to use javascript, because this takes too long to generate te tree.
I HAVE to use 2 tables. I can't use one table.
Help appreciated.
Table categories: fields: categories_id, parent_id
Table categories description: fields: categories_id, categories_name.
Is there a way to display these in a tree? for example
Main cat 1
|->subcat 1
|->subcat 2
Main cat 2
| subcat 3
I don't want to use javascript, because this takes too long to generate te tree.
I HAVE to use 2 tables. I can't use one table.
Help appreciated.