Hi,
I want to build unlimited categories , I use the following MySQL table :
cat_id : The number of category
title: The title of category
subcat: 0 mean it's not sub category, and a number for sub.
1) I want to show all categories and sub categories with once query!
2) I want to show all categories and sub categories for specific article
for example:
PHPBuilder.com > PHP Help > Database > How to build table.
Thanks 🙂