Yeah, I'm realy behind on updating it since I know the current method is not ideal and very slow/taxing.
But the array isn't actually printing "name"; it's including a name from a table row different from the row of the email. In other words, say this is the DB table:
------------------------------------
name | email
---------------------------------
greg | greg@com.com
-----------------------------------
joe | joe@com.com
-----------------------------------
bill | bill@com.com
-----------------------------------
What's happening is Joe's name is ending up in the emails sent to greg, joe and bill.
Last edited by gregory; 08-19-2005 at 12:49 AM..
|