Hi i have this code to generate radio buttons in group
[PHP]echo "<b>$j.</b><b> $Que s</b><p><table class='text'><t r><td><input type=radio value=a name=$Q_ID></td><td>$opt1</td></tr><tr><td ><input type=radio value=b name=$Q_ID></td><td>$opt2</td></tr><tr><td><inp ut type=radio value=c name=$Q_ID></td><td >$opt3</td></tr><tr><td ><input type=radio value=d name=$Q_ID></td><td>$opt4</td></tr></table><p><hr>";
[/PHP]
now i want to get the value of checked radio buttons to b inserted in the data base for these radio buttons.
plz help me as soon as possible,
[PHP]echo "<b>$j.</b><b> $Que s</b><p><table class='text'><t r><td><input type=radio value=a name=$Q_ID></td><td>$opt1</td></tr><tr><td ><input type=radio value=b name=$Q_ID></td><td>$opt2</td></tr><tr><td><inp ut type=radio value=c name=$Q_ID></td><td >$opt3</td></tr><tr><td ><input type=radio value=d name=$Q_ID></td><td>$opt4</td></tr></table><p><hr>";
[/PHP]
now i want to get the value of checked radio buttons to b inserted in the data base for these radio buttons.
plz help me as soon as possible,
Comment