Hello all.
I am currently doing a re-design of our site and I want to make a menu system, like that of http://www.mattel.com/about_us/
I really like that type of menu system, but I am unable to figure out how to code it.
You click on a link in the Level 1 menu, and then it's Level 2 menu comes about, where it defaults to the first menu item which links to an html page.
How would I code this in PHP. I know I can either hard code it or store it in MySQL, but for reasons of speed, I think hard coding it would be better.
Can someone help me on how to begin to code this solution in PHP?
I would really appreciate snippets of code since I am somewhat new to PHP.
Thank You
MK