I'm not sure where to place this query, so I'll start here...
I need to implement a menu that opens and closes to reveal submenus. This is quite common in ASP, but I need an efficient way to do it in PHP.
Code:
1. Category 1--click-->1. Category 1
2. Category 2 A. Subitem A
3. Cagetory 3 B. Subitem B
2. Category 2
3. Category 3
If someone could please point me in the right direction, I would be most grateful.
tks...jon