hey i am having a real headache with this problem. I have a a menu, i am trying to pupulate it from mysql, this is my result from my sql
Axel - rubber - brake
Axel - rubber - nobrake
Axel - paste - brake
Wheel - rubber - brake
first row is first level of the menu and so on...
so right now the menu is full of duplicates, is there anyway to show them like,
axel - rubber
- paste
so you hover over axel and you get rubber and paste, i guess you can do it with multiple queries but is there some technique to use it with one result set?
hope someone has done this.
thanks