Problem with contact form script

Discussion in 'PHP' started by triphp123, Jan 7, 2008.

  1. #1
    I have a problem with my contact form script. It dosnt send the email. Could someone take a look for me please and advise...thanks.
     
    triphp123, Jan 7, 2008 IP
  2. Dagon

    Dagon Active Member

    Messages:
    122
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    60
    #2
    replace
    mail($myemail, $subject, $message, $headers);
    with
    mail($to, $subject, $message, $headers);
     
    Dagon, Jan 7, 2008 IP
    triphp123 likes this.
  3. triphp123

    triphp123 Well-Known Member

    Messages:
    1,491
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    125
    #3
    Spot on.

    Many thanks:)
    Rep added.
     
    triphp123, Jan 7, 2008 IP