PDA

View Full Version : php SIMPLE!! question, pls help



camaleon
May 3rd, 2006, 12:30 PM
hi guys

well i have a mail form, and work perfect.
i just want that send the form to more than 1 email.

line 1:

$sendTo = "mymail@mail.com";

what its the syntax for put more than 1 email?


regards.

bwh2
May 3rd, 2006, 02:45 PM
http://kirupa.com/forum/showthread.php?t=87595

Ankou
May 3rd, 2006, 04:02 PM
The PHP manual is your friend in situations like this... http://us3.php.net/manual/en/function.mail.php

And so is the search feature at the forums like I'm guessing bwh2 used to find that link.

bwh2
May 3rd, 2006, 04:22 PM
indeed, indeed.