Cascading combo boxes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • madhuri22
    New Member
    • Feb 2013
    • 1

    Cascading combo boxes

    Hi, I am new to php.I had three comboboxes in a page. I need to populate the combo boxes using details in database.. I am able to populate the the first combobox but am not able to deal with other two.. and the combo boxes should populated based on the selection on previous comboboxes... My tables are like this..


    Tablename.. country
    attributes... countryname,cou ntryid
    Tablename... state
    attributes... statename,state id,countryid
    Tablename... city
    attributes... cityname,cityid ,stateid

    could u please help me out to solve this...
    thanks in advance..
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    Please show us the code you've used so far and tell us what is not working with the code along with any error messages you get.

    Comment

    Working...