I\'ve created a basic website that requires the user to select a radio button. I want a PHP file to retrieve the value of the radio button that was chosen and respond accordingl
Your are using two separate forms for your general input elements and one consisting of a submit button only.
Include the submit button in the first form and it should work fine:
First //This one is automatically checked when the user opens the page Second //This button opens Result.php