I am looking for a way to elegantly build a menu and submenus with the choices stored in a MySQL tables. To ease the building of pages.
This way i can do something like :
SELECT do_this WHERE action = "102399";
instead of :
if (action=="102399") { do_this )
My knowledge is to limited to build this.
Thanks for replying.
Peter