Ok Need Help With This *amn Flash & Php Form!

Ok Folks,

I’m getting a little tired of this PHP crap. I don’t know what is wrong but I have followed every freaking tutorial on creating forms with Flash and PHP and nothing ever works the way its supposed to. I am feeling really frustrated right now so please excuse my attitude right now.

If there is anyone out there who might consider looking over my files to see what I may or may not be doing wrong please let me know. Both flash and PHP files are attached here. Thanks in advance for your help.

Thanks,

Kelly :scream:

try adding this to your php script


$fname = $_GET['fname'];
$lname = $_GET['lname'];
$address = $_GET['address'];
$city = $_GET['city'];
$state = $_GET['state'];
$zcode = $_GET['zcode'];
$dphone = $_GET['dphone'];
$ephone = $_GET['ephone'];
$ltype = $_GET['ltype'];
$email = $_GET['email'];

and have this on frame

loadVariables(mailform**.php**, "GET");