Is it possible to run two different .php scripts depending on a radio button selection? I don't mean run a script when a radio button changes. When the submit button is pressed, the setting of the radio button determines which file to cal
A simple form with two radio buttons and submit button
If radio button A set, when submit pressed run buttona.php
If radio button B set, when submit pressed run buttonb.php
A simple form with two radio buttons and submit button
If radio button A set, when submit pressed run buttona.php
If radio button B set, when submit pressed run buttonb.php