Radio button email with php
trying to send the value of a radio button in a radio button group. here is the inital part.
mailform = mailform.php
loadVariablesNum(mailform, 0);
answer = confirm;
Email = "";
Name = "";
Address = "";
Location = "";
Interest = "";
Notes = "";
now interest is the radio button group.
here is my php file
if ($action == "send") {
//
mail ("$adminaddress","Info Request",
"A visitor at www.mysite.com has left the following information\n
Name: $Name
Address: $Address
Location: $Location
Interest: $Interest
Email: $Email\n
The visitor commented:
------------------------------
$Notes
what is wrong with the radio buttons.?
here is the file if need to help www.freshimagesolutions.com/db-login.fla