LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 


Prev Previous Post   Next Post Next
  #1  
Old 09-10-2006, 07:24 PM
Raptor's Avatar
Raptor Raptor is offline
Registered User
 
Join Date: Sep 2006
Posts: 3
Rep Power: 0
Raptor is on a distinguished road
Source A script for an email

Hello again! As one of your modelators suggested me, I've searched a PHP script for mailing. I found a simple one and I've modified it with my data. Here's how it looks:

PHP Code:

<?php

$to      
"myemailadress:)";
$subject "Comment";
$message $_REQUEST["comments_txt"]; my text area field
$email 
$_REQUEST["email_txt"]; my text input field
$headers 
"From: $email";
mail($to$subject$message$headers);
echo 
"Thank You for your message!";
?>
Can you help me with the action script code for this PHP in flash pro 8? and...If you can correct the eventual errors that are in the PHP above and, if I don't ask too much, tell me the code that I have to write to go to the "Succes" frame if the message is sent. Thanks a lot guys!

Last edited by Scottae : 09-21-2006 at 02:16 AM Reason: Format with PHP tags
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP FLASH Web Form Generates Email missing text! Help Please silentcool General Flash 0 09-09-2009 12:01 AM
Have a script but how do I send the info to my Email and not URL glamourtakes Flash CS3 / Flash 9 5 08-12-2008 03:11 PM
How to do email script tseyigai Flash 8 3 12-31-2007 03:05 PM
ASP PHP Advanced EMail Form PLEASE HELP! Jeremy78 Actionscript 2.0 9 02-03-2007 12:18 PM
Running a PHP Script in the Background shaggy_LFC Flash MX ActionScript 2 06-09-2004 08:19 AM




All times are GMT. The time now is 12:56 AM.