You could use the implode() function to convert the arrays to strings
and then pass the concatenated strings to the mail() function.

- Tim

On 03 Aug 2001 09:00:04 +0000, Geoffrey Makstutis wrote:
> I'm sure that I'm missing something obvious (probably sleep), but how can I take the 
>contents of several arrays and send them via email? I'd like to take each value from 
>the arrays and include them in the message portion of a mail() command.



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