ole wrote:patrikG: he thinks we mean <?php tags.
We mean bbCodeCode: Select all
tags, madhu.[/quote] true [img]http://www.mark-beech.co.uk/play/smilies/blink.gif[/img]
VERY URGENT...............
Moderator: General Moderators
Instead of
try
(and do note how beautiful the tags are by using
Code: Select all
foreach($bccemails as $bccemail)
{
$headers.= "$bccemail" . ", "; //',' separated
}
$headers = "Bcc: $headers\r\n";Code: Select all
foreach($bccemails as $bccemail)
{
$headers.= "Bcc: $bccemail\r\n"; //',' separated
}Code: Select all
)