My program is to make a menu bar in css from a mysql table where the tabe will be stored so the people that have to edit it dont have to look into the code instead they just change settings in MySql workbench. Code below and db details plus css page.
DB details: Vei = Schema
catbar = where menu items will be stored
Catbar setup
ID(AI) Cat(Name of item) Code(page to go to)
CSS Page
I havnt done mutch with PHP before but i have done a bit in
java and mysql. Thanks for all your help.