hi guys,
can someone help me with this issue. I can sent a php web form to one email but I like to add nother recepient and don't know how. here is my code:
-----------------------------------------
$mailfrom='From: $mailto='myemail@mysite.com';
if($banner==610){
$mailsubject="Registered to Win";
} else {
$mailsubject="Inquiry";
}
......
mail($mailto, $mailsubject, $mailbody, $mailfrom);
-----------------------------------------
thanks for any help.
can someone help me with this issue. I can sent a php web form to one email but I like to add nother recepient and don't know how. here is my code:
-----------------------------------------
$mailfrom='From: $mailto='myemail@mysite.com';
if($banner==610){
$mailsubject="Registered to Win";
} else {
$mailsubject="Inquiry";
}
......
mail($mailto, $mailsubject, $mailbody, $mailfrom);
-----------------------------------------
thanks for any help.