treehouse : what would you like to learn today?
Web Design Web Development iOS Development

PHP contact form problem

  • I want to make a php contact form . the problem is i want the form to send a duplicate copy to user as well as at my email and the email should be sent from the email no-reply@abc.com or something. That is the problem
  • Quite simple,

    add more recipients to your list in the php engine form so it looks like this...

    $EmailFrom = "no-reply@abc.com";
    $EmailTo = "saurabhorange@abc.com , anotheraddress@abc.com";


    if you haven't made a contact form yet have a gander at chris'
  • Thanks a ton seems like either my isp or css tricks is acting very slow