?
2012-03-11 08:40:41 UTC
mail('support@mywebsite.com , $contactemail', 'Booking Confirmation', $message, $headers);
Everything is working BUT $contactemail. as you can see, the first email address is fixed, and the mail goes there, but the second should be going to an email address stored in a variable. When sent to the fixed address, it says it was also sent to $contactemail@myhost.com (the variable has not been replaced).Why is this not working???
Thanks in advance.