Hi,
I am building a web site using Oracle and PHP. All of the information for the site is stored in the databasem including the navigation menu categories. The idea being that anyone can add info or new items to the menu without having to do any web design or programming...everything is done through the database.
My problem is that I need to be able to generate graphical buttons through some sort of code (database or on a CSS). When a new item is added in the database, it should also be added to the web page as a new button on the navigation bar. I was hoping someone might be able to give me some idea of the code that could be used to do this??
Thanks
SP