Hi!
I am working with PHP MySQL hierarchical menusystem. First I read results from MySQL to array. Own array for cat and own array for subcat. That works good, but problem is opening array. I should do the system when I press cat script prints subcat. How this works if I don't know how many cats and subcats I hava in MySQL??
This is what I want.
cat->subcat
This is pretty hard to explain but ask for more!