PHP multiple radio buttons

后端 未结 3 1612
被撕碎了的回忆
被撕碎了的回忆 2021-01-26 04:24

how can i process all radio buttons from the page?




        
3条回答
  •  天命终不由人
    2021-01-26 04:36

    jheddings' example says it all. However, you will never get the names / values of all buttons - just the selected one from each group. If you need literally all values, you will have to use Javascript.

提交回复
热议问题