How do I set the selected item in a drop down box

后端 未结 11 797
误落风尘
误落风尘 2020-11-29 04:16

Is there any way to set the selected item in a drop down box using the following \'type\' code?


        January';
                }
                elseif($_POST["select_month"] == "February"){
                    echo '';
                }
            }
            else{
                echo '';
            }
        ?>
    
    

提交回复
热议问题