How to append multiple values to a single parameter in html form?

后端 未结 4 1179
迷失自我
迷失自我 2021-01-12 03:48

Assuming I have the following form:

Oats
4条回答
  •  独厮守ぢ
    2021-01-12 04:08

    If you want several values in one parameter, you have to name it like parameter[]

    f.e.:

    
     Oats
     Beans
    
    
    
    

提交回复
热议问题