# Help with the flash mailer using php

**URL:** https://forum.kirupa.com/t/help-with-the-flash-mailer-using-php/132554
**Category:** Uncategorized
**Created:** [December 29, 2004, 9:46pm UTC](https://forum.kirupa.com/t/help-with-the-flash-mailer-using-php/132554 "2004-12-29T21:46:47Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![sustain](https://avatars.discourse-cdn.com/v4/letter/s/e47774/32.png) [@sustain](https://forum.kirupa.com/u/sustain)
#### Post date: [December 29, 2004, 9:46pm UTC](https://forum.kirupa.com/t/help-with-the-flash-mailer-using-php/132554/1 "2004-12-29T21:46:47Z")

</div>

i was working on this tutorial ([http://www.kirupa.com/developer/actionscript/flash\_php\_email.htm](http://www.kirupa.com/developer/actionscript/flash_php_email.htm))

it sends me a blank email. the only thing that it pulls from the form is the email field.

i have the vars filled out for the other fields.

the actions for the send buttons is this:

on (release) {  
// send variables in form movieclip (the textfields)  
// to email PHP page which will send the mail  
form.loadVariables(“email.php”, “POST”);  
}  
on (release) {  
gotoAndPlay(50);  
}

the php file is the same as in the tutorial.

any help would be much appreciated.
