Drop-down box dependent on the option selected in another drop-down box

后端 未结 7 1779
半阙折子戏
半阙折子戏 2020-11-29 05:55

I have 2 different SELECT OPTION in a form.

The first one is Source, the second one is Status. I would like to have different OPTIONS in my Status drop-down list dep

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-29 06:55

    I hope the following code will help or solve your problem or you think not that understandable visit http://phppot.com/jquery/jquery-dependent-dropdown-list-countries-and-states/.

    HTML DYNAMIC DEPENDENT SELECT



    GETTING STATES VIA AJAX

    
    

    READ STATE DATABASE USING PHP

    runQuery($query); ?>  
    

提交回复
热议问题