Embarrassing, isn't it?

Do you have a loop building messages, with something like

$msgbody .= $data_to_send

THat little " . " caught me. I was emailing usernames and passwords -- 
fortunately it was an obvious error.

Miles

At 01:22 PM 3/7/01 -0500, WreckRman2 wrote:

>I wrote a small script like a email list only when I run it with 3 emails.
>The first record gets his info, 2nd get his plus first, 3rd get his plus 2nd
>and 1st. Why is it doing this?
>
>         David Smith
>
>Number 3 record gets email with:
>---------------------
>
>Hi [EMAIL PROTECTED],
>
>Your email is [EMAIL PROTECTED]
>
>  Bye, WreckRman2
>
>---
>
>Hi [EMAIL PROTECTED],
>
>Your email is [EMAIL PROTECTED]
>
>  Bye, WreckRman2
>
>----
>
>Hi [EMAIL PROTECTED],
>
>Your email is [EMAIL PROTECTED]
>
>  Bye, WreckRman2
>
>
>--
>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]


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