php.help.please
php.help.please
Out of context: Reply #2
- Started
- Last post
- 3 Responses
- davetufts0
and if you want to send it to multiple addresses, comma separate them:
$to = ,
mail($to, $subject, $message);
and if you want to send it to multiple addresses, comma separate them:
$to = ,
mail($to, $subject, $message);