Web Hosting Forum | Lunarpages


*
Welcome, Guest. Please login or register.
Did you miss your activation email?



Login with username, password and session length
May 23, 2012, 09:00:12 AM

Pages: [1]   Go Down
  Print  
Author Topic: Flash Contact Form  (Read 1577 times)
instill
Newbie
*
Offline Offline

Posts: 3


« on: March 16, 2008, 10:38:14 PM »

I've downloaded several Flash contact forms that use a PHP script to send an e-mail but none seem to be working.  Here's the gist of the script:


<?
$destination="myemail@address.com";
$name=$_POST['name'];
$email=$_POST['email'];
$mes=$_POST['comments'];
$subject="Message from $name" ;
$mes="Name : $name\n
Email: $email\n
Comments: $mes\n";
mail($destination,$subject,$mes); ?>

I update the "myemail@address.com" to the address I want the form to submit to, but I never get the e-mail.  Any ideas?
Logged
V-I-R-U-S
Spaceship Navigator
*****
Offline Offline

Posts: 95


I Love Me


WWW
« Reply #1 on: March 17, 2008, 01:14:31 AM »

Hello

Could you please supply the php script you are using in conjunction with the flash form ?

Thank You
Logged

sharpandpointless
Jabba the Hutt
*****
Offline Offline

Posts: 651


WWW
« Reply #2 on: March 24, 2008, 12:09:04 AM »

More importantly, what's your code in flash look like?
Logged

Have a wonderful day!
www.gpathmedia.com
Pages: [1]   Go Up
  Print  
 
Jump to: