tags:

views:

278

answers:

1

Is there a tutorial that can help me display categories and subcategories dynamically.

+1  A: 

Yes there is. When i needed to implement category tree i found sitepoint tutorial very helpful: http://articles.sitepoint.com/article/hierarchical-data-database/1

In short - it introduces you to two hierarchical data storage ways in sql database as well as code snippets for displaying whole tree or separate branches of it.

Eimantas