Looking for a php programmer - quick 10 min job

Discussion in 'Programming' started by lucozade111, May 12, 2007.

Thread Status:
Not open for further replies.
  1. #1
    Hi,

    I need a php programmer who can grab an email from a form when it is submitted and send an auto-response to the email listed in the form.

    Very easy and quick job. Form is already made and there is a php script installed which the person can modify.

    Budget MAX $15

    PM me or post here
     
    lucozade111, May 12, 2007 IP
  2. Gravereaper

    Gravereaper Banned

    Messages:
    450
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    Its a better fit here
     
    Gravereaper, May 12, 2007 IP
  3. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    If it's a quick job then I can take a quick look. If you're still in need for help.
     
    Clive, May 12, 2007 IP
  4. Hjalle

    Hjalle Peon

    Messages:
    117
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    $name = $_POST['realname'];
    $email = "webmaster@whatever.com";
    $subject = $_POST['subject'];
    $message = $_POST['message'];
    $to = $_POST['email'];
    $body = $message;
    $headers = "From: " .$email. "\r\n" .
    "X-Mailer: php";
    if (mail($to, $subject, $body, $headers)) {
    echo("<p>Message sent!</p>");
    } else {
    echo("<p>Message delivery failed...</p>");
    }

    I have not tested it at all, but I think it should work. Just change the $_POSTs and messages and you'll hopefully be fine:D
     
    Hjalle, May 12, 2007 IP
  5. lucozade111

    lucozade111 Peon

    Messages:
    1,361
    Likes Received:
    47
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    I have found a coder and thanks Hjalle for trying to help
     
    lucozade111, May 12, 2007 IP
  6. coderbari

    coderbari Well-Known Member

    Messages:
    3,168
    Likes Received:
    193
    Best Answers:
    0
    Trophy Points:
    135
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #6
    if you need any PHP coder in future.plz contact me.
     
    coderbari, May 14, 2007 IP
Thread Status:
Not open for further replies.