|
-
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
-
is the problem in the actionscript or the php code. where do i grab the values and what is the syntax.
-
bump please i really need help on this,.
Last edited by Neotek; 07-11-2004 at 10:40 PM.
freshimagesolutions.com
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|