melo Posted March 17, 2013 Share Posted March 17, 2013 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, Link to comment https://forums.phpfreaks.com/topic/275758-call-the-value-of-radio-button/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.