php reads the radio button radio value if( $_POST )
{
echo 'You selected single selection',$_POST['RadioGroup1'];
//Since only one radio button can be selected at the same time, just make them have the same name and it will be OK.
}
?>
How to maintain the value of radio button in php, mainly the idea.
It is also recommended not to use it For Chinese character recognition, it is better to use 0 and 1 to represent male and female.