Help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
yacozaragoza
Forum Newbie
Posts: 4
Joined: Wed Oct 05, 2005 12:01 am
Location: Florida

Help

Post by yacozaragoza »

I am trying to do a Dynamic Drop Down menu that changes the content of a diffrent Dynamic Drop Down Menu with out refreshing the page.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

So what's the question? What do you have so far in terms of code?
yacozaragoza
Forum Newbie
Posts: 4
Joined: Wed Oct 05, 2005 12:01 am
Location: Florida

Post by yacozaragoza »

Thats the thing I dont even know where to start... I have to table in the data base.. One is for the main Navigation and one is for the sub navigation .. I want to add content Dynamicly but I dont want to create 2 diffrent pages and I dont want to put all the pages in one field..

I want to basicly select the main section on the 1st field and then Dynamicly put the Sub sections of the main field on the second so I would be able to select a sub section of the main
yacozaragoza
Forum Newbie
Posts: 4
Joined: Wed Oct 05, 2005 12:01 am
Location: Florida

Post by yacozaragoza »

I think the answer will be in knowing How to filter the information on the 2nd field according to what the 1st field contains... (SQL)
Post Reply