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 in displaying the value of a radio button,

 

I have this code for radio button which is True and False

 

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

 

now my problem is I can't display the value of my radio to another page, 


Viewing all articles
Browse latest Browse all 13200

Latest Images

Trending Articles



Latest Images