jasboy2005
Programmer
Hi there,
I have a form that users complete. I want to give them options where to send it to. There are two check boxes each with a designated email address value. when the form is submitted to the php script, it needs to know where to send the info to (GetEmailAddress1 and/or GetEmailAddress2).
my question is how do i add a second email address into this line?
mail($GetEmailAddress1,$subject,$text,"From: $GetFirstName <$email>");
many thanks in advance
jasboy
I have a form that users complete. I want to give them options where to send it to. There are two check boxes each with a designated email address value. when the form is submitted to the php script, it needs to know where to send the info to (GetEmailAddress1 and/or GetEmailAddress2).
my question is how do i add a second email address into this line?
mail($GetEmailAddress1,$subject,$text,"From: $GetFirstName <$email>");
many thanks in advance
jasboy