how to pass contents of an html table as form data on a POST?

前端 未结 5 823
隐瞒了意图╮
隐瞒了意图╮ 2020-12-16 13:58

I have a list of groups in a to add the selected group to a

5条回答
  •  攒了一身酷
    2020-12-16 14:51

    name of select as array by adding [] like this

    
    

    i think after submit you will have an array in your $_POST named for this example modules

提交回复
热议问题