[PHP] Re: array in email

2001-12-30 Thread Jordan
Thanks George...that did the trick...sometimes I want to smack myself for not seeing the obvious. Thanks for the help. -Jordan George Nicolae [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... the mail function looks like : mail($to,$subject,$body) (in a

[PHP] Re: array in email

2001-12-29 Thread George Nicolae
the mail function looks like : mail($to,$subject,$body) (in a simplistic manner) you can use $to=[EMAIL PROTECTED]; $subject=test; for ($i=0;icount(a)/*your array*/;$i++) $body.=a[i]; //and then, of course mail($to,$subject,$body); -- Best regards, George Nicolae IT Manager