drop down box

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
himani
Forum Newbie
Posts: 1
Joined: Wed Jun 04, 2008 1:38 am

drop down box

Post by himani »

i have created a dropdown box by fetching values of categories from mssql database.
so can anybody help me in doing this->
if i select any option from drop down menu it should directly to that particular page and should display all the values under that category.
for eg
if i select category india it should display all the states in india
Himani :!:
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Re: drop down box

Post by Kieran Huggins »

what you're looking for is commonly called "chained selects" - there are definitely more eloquent explanations on the subject on Google than I could reproduce here, so I won't bother ;-)
Post Reply