Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

populate a dropdownlist in PHP from database based on other drop list

Status
Not open for further replies.

magi

Programmer
Nov 20, 2001
13
US
hi
I have two drop downlists on html page. I am using PHP and MS ACCCESS 2000.

How can i populate a drop down list on a html page, based on the option value of other drop down list, with data from database(ms access).
please help me it urgent.

 
You will have to use some javascript to auto populate the second drop down.

You will need to make the while loops for the data being retreived from the database to process it into a list.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top