PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have created php code which does a simple loop, It grabs data from a database and outputs accordingly in a table. What i would like to do is add a submenu to this menu. The submenu is created the same way as the menu. What i would like to do is simple, if somebody clicks on a menu link, i want the submenu to appear under that link. Sounds simple enough but im not sure how i should begin.