Quantcast
Channel: PHP Freaks: PHP Help
Viewing all articles
Browse latest Browse all 13200

call the value of radio button

$
0
0

Can anyone help me on how can i call the value of radio button.

I have this code:

 

<input type='radio' name ="answers <?php echo $arMChoices['QuestionId']?>" value="True">True
<input type='radio' name ="answers <?php echo $arMChoices['QuestionId']?>" value="False">False 

 

 

and i want to display the value of the radio button to another page. Thanks

 

 


Viewing all articles
Browse latest Browse all 13200

Trending Articles