Re: [PHP] getting the email addresses in a sendable format.

2005-07-11 Thread Paul Waring
On Mon, Jul 11, 2005 at 11:20:05AM +0100, Ross wrote: > But I have having trouble assiging them to the variable $recipients. Really > what i want is to convert > > $email_addresses[0] = [EMAIL PROTECTED] > $email_addresses[1] = [EMAIL PROTECTED] > $email_addresses[2] = [EMAIL PROTECTED] > > into

[PHP] getting the email addresses in a sendable format.

2005-07-11 Thread Ross
Hi, I have a database of 300 email addresses retrieved with a select statement. while ($row=mysql_fetch_array($result)) { $email_addresses[] = $row['email']; } But I have having trouble assiging them to the variable $recipients. Really what i want is to convert $email_addresses[0] = [EMA