A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Radio button email with php

  1. #1
    Surf Whore
    Join Date
    Oct 2000
    Posts
    53

    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
    freshimagesolutions.com

  2. #2
    Surf Whore
    Join Date
    Oct 2000
    Posts
    53
    is the problem in the actionscript or the php code. where do i grab the values and what is the syntax.
    freshimagesolutions.com

  3. #3
    Surf Whore
    Join Date
    Oct 2000
    Posts
    53
    bump please i really need help on this,.
    Last edited by Neotek; 07-11-2004 at 10:40 PM.
    freshimagesolutions.com

  4. #4
    Surf Whore
    Join Date
    Oct 2000
    Posts
    53
    nobody know?
    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
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center