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
2009-09-20 06:03:05