I want to get the selected value from a group of radio buttons.
Here\'s my HTML:
In php it's very easy html page
Male Female Others
Take value from form to php
$radio=$_POST['radio']; use php if(isset($_POST['submit'])) { echo "you selected".$radio."thank u"; }