Send select's values in array

后端 未结 4 953
旧巷少年郎
旧巷少年郎 2021-01-26 13:10

I have such select list in html:

123
4条回答
  •  逝去的感伤
    2021-01-26 13:58

    In your case you are using an array of input, you must add [] for all your name's input like this:

    123
    123
    ...

    after that you can retrieve the checked input in your php code.

提交回复
热议问题