PHP drop down list?

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
adilmarwat2004
Forum Commoner
Posts: 44
Joined: Fri Sep 04, 2009 11:28 pm

PHP drop down list?

Post by adilmarwat2004 »

I have table name district and contains three fields 'id', 'province' & 'cities'.

I want to create two drop down menu list that when i select province from list menu then second drop down menu list show the list of cities in the specified province. please guide me in this regard.


thanks

Adil
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: PHP drop down list?

Post by Benjamin »

What have you tried?
Post Reply