Flash CS3 - Flash CS4

Free tutorials and scripts for all.
Actionscript 3.0

Flash Form, I recieve BLANK email

This is a discussion on Flash Form, I recieve BLANK email within the PHP | mySQL | Flash CS3 forums, part of the Flash CS3 eng category; Hey Guys, I am currently using action scripts 2.0 on CS3 I have made a form on the website. ...


Go Back   Forum Flash CS3 Flash CS4 > English Forums > Flash CS3 eng > PHP | mySQL | Flash CS3

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 21-08-08, 00:37
Junior Member
 
Join Date: Aug 2008
Posts: 1
Rep Power: 0
agatamatuszak is on a distinguished road
Question Flash Form, I recieve BLANK email

Hey Guys,

I am currently using action scripts 2.0 on CS3

I have made a form on the website. Once i fill it out and press send i get a Failed Message sign but i recieve the message in my email, with the subject line, but everythign else is BLANK.

HELP

Here is my PHP code:



$to = "agatamatuszak@gmail.com";
$subject = "Flash Contact Form Submission";
$message = "Name: " . $theName;
$message .= "\nEmail: " . $theEmail;
$message .= "\n\nMessage: " . $theMessage;
$headers = "From: $theEmail";
$headers .= "\nReply-To: $theEmail";

$sentOk = mail($to,$subject,$message,$headers);

echo "sentOk=" . $sentOk;

?>


Here is my flash script on frame 1.

stop();

var senderLoad:LoadVars = new LoadVars();
var receiveLoad:LoadVars = new LoadVars();

sender.onRelease = function() {
senderLoad.theName = theName.text;
senderLoad.theEmail = theEmail.text;
senderLoad.theMessage = theMessage.text;
senderLoad.sendAndLoad("http://agatamatuszak.com/form/send.php",receiveLoad);
}

receiveLoad.onLoad = function() {
if(this.sentOk) {
_root.gotoAndStop("success");
}
else {
_root.gotoAndStop("failed");
}
}


Thanks a lot guy, am trying to get this out, but i've been struggling with this for quite some time
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads

Thread Thread Starter Forum Replies Last Post
Email form with pictures - Flash CS3 and PHP Flep FlepStudio utilities 66 20-11-08 04:12
Email form con Flash CS3 e PHP Flep Utilità di FlepStudio 109 11-11-08 11:14
Email form Flash CS3 and ColdFusion 8 Flep FlepStudio utilities 1 29-10-08 12:56
Email form Flash CS3 e ColdFusion 8 Flep Utilità di FlepStudio 3 24-10-08 09:20
Flash CS3 email form AS2 seokutsa Flash CS3 | PHP | mySQL 1 15-02-08 11:06


All times are GMT. The time now is 05:15.


Powered by vBulletin versione 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC4
Forum SiteMap


FlepStudio
by Filippo Lughi
P.IVA 03605860406