I am a little new to PHP so please excuse the possable noob question.
I have a text menu,
Item 1
Item 2
Item 3
Which is called by a simple include on each of the main pages.
I then have a sub menu for the product pages.
Item 1
Item 2
Product 1
Product 2
Product 3
Item 3
Which is a seperate include when "Item 2" is clicked (this then stays perminantly)
I then have several more includes (other sub menus) for when other "Items" are clicked, which appear and dissappear when needed.
I am up to about 5-6 nav includes
My question is this.
Is there a way of having it reduced to less includes and have the sub menu appear when an "Item 2" is clicked ?
Is it then possable to have the sub menu for "Item 2" to stay regardless of where else people navigate and what other sub menus appear?
I understand this Is possably a cack handed way of asking a question but hope you get the gist.
Please ask any questions you like and thanks in advance.