|
-
Apr 10th, 2007, 05:11 PM
#3
Thread Starter
Hyperactive Member
Re: Flash/PHP
Yes, sorry I forgot to add my PHP code:
PHP Code:
<?
$destination="[email protected]";
$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); ?>
Code:
<?
NOW ADDED TO THE ABOVE EXAMPLE
?>
Last edited by Olly79; Apr 11th, 2007 at 11:47 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|