suforum
Member
Joined: 27 Jul 2008
Posts: 1
|
# Posted: 27 Jul 2008 00:52
Reply
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]
|