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
It's pretty simple, take a look at the code below:
The form:
Answer 1 Answer 2 Answer 3 Answer 4
PHP code: