php menu

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
fabphp
Forum Newbie
Posts: 1
Joined: Fri May 22, 2009 12:10 am

php menu

Post by fabphp »

I m new to php, I m just learning the basics but I need to develop a vertical menu with two submenues. 8 a three level menu ). The menu should be dynamic meaning I should be able to add/ change / edit / eliminate whatever category/ subcategory as needed.
Where can I start off ???
Thanks in advance
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: php menu

Post by Christopher »

Sounds like you should get the HTML working first. Do you want the menu generated for data in a database? If not, you many not need PHP at all.
(#10850)
Post Reply