drop down

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
mypopy
Forum Newbie
Posts: 3
Joined: Thu Nov 09, 2006 7:24 am

drop down

Post by mypopy »

I have 2 dropdowns, county and district.

When the county changes, I want the district dropdown to automatically update with a list of districts in that county, but I don't want the
page to have to reload when county changes.

Thanks
mypopy
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

try chained select as search term on your favorite web search engine.
Post Reply