[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 simpl

[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;i wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I've searched the archive but can't seem to find anything on the mail() > function o