Exactly, but only the final result is sent to the browser with PHP, so setting up a code that would use an IF statement to check which radio was chosen, and a variable would be set for each.
ie:
IF Radio1='true'
then
$e-mail="firstmail@Domain.com"
ELSE
// Nested IF statements come here, to check the next radio button if Radio1 returns false
// insert mail() code here
Don't quote me on the actual code, but that's the basic idea. 😉 I just started coding, so I probably just murdered that code.
Regards,
Brad Williams, USNSCC.
If someone could point out some of the many errors in my code, let me know, either on this thread, or [URL=mailto:compubrad90@aol.com]E-mail me[/URL]