Forum Moderators: coopster
I have several 'category' names that can change. I would like to recall the category names from the database and use them to build a set of menu 'buttons'. When a button is pressed, I would like to assign & pass a variable (the category actually) back to another php script that searches the database for all items in that category and builds a display page.
I have most of it figured out except the part about how I can construct the menu so I assign & pass a different variable out of the menu when each button is pressed.
I am looking for some help in pointing me in the right direction.
Thanks