On Wed, 31 Jul 2002 19:28:05 +0900, Shashank Tripathi wrote:

>Your mail string can be as long as you want it to be. You can loop
>through your resultset, and just concatenate it.
>
>$mailBody = "";
>for ($i = 0; $i < sizeOf($results); $i++)
>{
>// Notice the dot before the equal
>$mailBody .= "\n" . $results[$i];
>}
>
>
>Etc.
>
>I guess you already knew this?
>
Hi Shashank,

You guessed right <g> I was just wondering if there was another way
but I suppose it is a case of not reinventing the wheel.

Thanks for the prompt response. Much appreciated

regards

Melanie


____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to