enquiry Form

Discussion in 'PHP' started by foresightseo, Sep 18, 2010.

  1. #1
    How to create an enquiry form in php and send it to my personnel email-id
     
    foresightseo, Sep 18, 2010 IP
  2. seoforall

    seoforall Peon

    Messages:
    40
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    you guys ask something and don't even care to make it easy for others to understand so they can help you better ..

    well, i take your "enquiry form" as just a form and here it is


    foreach ($_POST as $key=>$value) {
    $message .= "$key = $value\n";
    }

    mail("yourmail@yourdomain.com", "subject", $message);
     
    seoforall, Sep 18, 2010 IP
  3. seoforall

    seoforall Peon

    Messages:
    40
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    WOW !! didn't notice you also advertise "software development" and "web design courses" ..

    no wonder now that i keep redoing everything the "software development" companies do for me for money .. heh ..
     
    seoforall, Sep 18, 2010 IP