Creative COW SIGN IN :: SPONSORS :: ABOUT US :: CONTACT US
ADOBE FLASH: HomeFlash ForumFlash TutorialsFlash Video TutorialsWeb Streaming ForumAdobe FlashPodcast

another flash form php question

Cow Forums : Adobe Flash
VIEW POSTS   •   ADD A NEW POST   •   SEARCH   •   CHANGE FORUM
Respond to this post   •   Return to posts index


another flash form php question
by shanu shukla on Nov 7, 2009 at 4:22:52 am

hi guys,

I have created a flash form using AS1 with 4 input fields
variable names 'sender_name','sender_mail','sender_city' and 'sender_country'

My submit button uses the following action to load the variables in the php file.

loadVariables("http://www.mysite.com/form.php", "_root.mainmovie.responseMC", "POST");

And this is the code I am using for the php file :


$to = "info@mysite.com";
$username = $_POST['sender_name'];
$usermail = $_POST['sender_mail'];
$usercity = $_POST['sender_city'];
$usercountry = $_POST['sender_country'];

mail($to, $username, $usermail, $usercity, $usercountry);

?>

instead of $_POST I also tried $_REQUEST but can't get it to work!

any pointers will be highly appreciated.


Respond to this post   •   Return to posts index


Current Message Thread:
  • another flash form php question by shanu shukla on Nov 7, 2009 at 4:22:52 am




Note: If you are a registered user please click here to login before posting.

Your post will not be accepted if your name and email address are not registered in our database. Click here if you do not have an account.

Name
E-Mail Address
Subject
E-Mail me when someone responds
Just This Message   Entire Thread   None  

Message:



Note: The following are HTML characters and may cause parts of your post to disappear if not used correctly: < > &
To include any portion of the post in your response, highlight the desired text and hit the "Q" key. Read more...



Add your message signature


 


Note: By clicking "Post Direct" button above, you are agreeing to the Creative Cow's Code of Conduct.



FORUMSTUTORIALSMAGAZINETRAININGVIDEOS - REELSPODCASTSEVENTSSERVICESNEWSLETTERNEWSBLOGS

© CreativeCOW.net All rights are reserved.

[Top]