Foreach php function inside HTML select options

前端 未结 5 1963
粉色の甜心
粉色の甜心 2021-01-15 11:18

Im a newbie to this forum and have just started coding in php. Need some help. I have the following code



        
5条回答
  •  死守一世寂寞
    2021-01-15 11:46

    It will obviously echo the key, as you assigned the value of options as $key if you need the options in the $_POST['pty_select'] use this:

     
    

提交回复
热议问题