PHP Email (BCC and CC)

I have been trying to add Bcc and CC to the headers but I have had no luck with it. Here is what I have tried.


$headers = "MIME-Version: 1.0
"; 
$headers .= "Content-type: text/html; charset=iso-8859-1
"; 
$headers .= "Bcc: email <email@test.com>
"; 
$headers .= "Cc: email <email@test.com>
"; 

I have looked in several different places and have not been able to find a reason why its not working. Greatly appreciate the help.:hugegrin: