Submit form to multiple emails using a PHP form

Discussion in 'Web Design and Hosting' started by suforum, Jul 26, 2008.

  1. suforum New Member

    Hi guys,

    I would just like to know how to beable to submit a form to 2 email addresses.
    I am using a .php form and this is how my html coding goes with a single email address:

    $to = "[email protected]";
    $from = $_POST['email'];
    $subject = "Website Enquiry";

    Let me know, thanks!

    [Links removed - Admin]
  2. Vishal P. Rao Administrator

Share This Page