Need A PHP coder for a Small things Done

Discussion in 'PHP' started by ariyes, Mar 26, 2008.

  1. #1
    Hi i need a Form In PHP. I already Design the Normal HTML form now I just Need the PHP coding.

    See the attachment.
    Anybody Help me Plz. I will Pay.
     

    Attached Files:

    ariyes, Mar 26, 2008 IP
  2. kishore415

    kishore415 Well-Known Member

    Messages:
    1,462
    Likes Received:
    41
    Best Answers:
    0
    Trophy Points:
    160
    #2
    add me on msn or yahoo..we shall discuss more..
     
    kishore415, Mar 26, 2008 IP
  3. Im The ONE

    Im The ONE Peon

    Messages:
    800
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Change form action="tomyscript.php"

    
    <?php
    define("YOUR_MAIL", "xyz@abc.com");
    $text = array();
    foreach($_POST as $name => $value) {
    $text[] = $name." : ".$value;
    }
    join("\n",$text);
    mail(YOUR_MAIL,"Subject",$text);
    echo("Your thank you note");
    ?>
    
    PHP:
     
    Im The ONE, Mar 26, 2008 IP
  4. srobona

    srobona Active Member

    Messages:
    577
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    88
    #4
    Hi, if the job is still undone, i can give you a nice solution. Contact me yahoo at reza127bd.

    Thanks
     
    srobona, Mar 27, 2008 IP