Hello,
I have many categories stored in MySQL DB. What I want to to print them in the map page like this:
http://www.zend.com/phorum/list.php?num=3
I tried to steal the code from the script used (Phorum) But its so mush complicated 🙂
My table structure as fallow:
cid - Category ID
pid - Parent Category ID
title - The title!
Your help would be greatly appreciated.