i’m currently working on a website for a restaurant (html/css) and would like to set up there Menu page like this. have a list of the menu sections like Soups, Burgers, Kids Menu, Desserts and so on. when the user clicks on one of them it loads the appropriate menu section. i was thinking i could do this with php by having each menu button set a variable to whatever that menu is and then have an include function load up the appropriate menu so that the whole page doesn’t have to be reloaded. it makes sense in my head so if i need to explain it better i can.
anyone have any ideas or suggestions for me? a tutorial would be great.