Results 1 to 4 of 4

Thread: Flash/PHP

Threaded View

  1. #3

    Thread Starter
    Hyperactive Member Olly79's Avatar
    Join Date
    May 2005
    Posts
    264

    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
  •  



Click Here to Expand Forum to Full Width