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<count(a)/*your array*/;$i++)
$body.=a[i];

//and then, of course
mail($to,$subject,$body);
--


Best regards,
George Nicolae
IT Manager
___________________
X-Playin - Professional Web Design
www.x-playin.f2s.com



"Jordan" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I've searched the archive but can't seem to find anything on the mail()
> function of PHP.  I've got the whole function working in a simplistic
manner
> but I can't do one thing.  How is it possible to print arrays inside the
> body of the message.  I can't seem to run a loop or anything and all I
have
> are session variables to use.  Thanks in advance for the help.
>
> -Jordan
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to