Php - testing if a radio button is selected and get the value

后端 未结 7 719
温柔的废话
温柔的废话 2020-12-08 12:31

I\'m using php. I\'d like to know how can I test if a radio button is selected and get the value? i can test if the radio button is selected but i cannot get the value. I c

7条回答
  •  清歌不尽
    2020-12-08 12:53

    A very more efficient way to do this in php:

    and for check boxes multiple choice:

提交回复
热议问题