I am having following codings in my form..how do I get the value of all radio button values on submit which is inside looping? Or give me any other solution for this.
Try this:
And in PHP file, $_POST['optradio'] will result as an array.
$_POST['optradio']