; <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Sunday, January 19, 2003 11:33 AM
> Subject: Re: [PHP-WIN] arrays and nested arrays and loops and databases...
>
>
> > If I understand correctly, you want to have an array containing an array
> > with peo
This worked wonderfully. Thanks, Dash.
- Original Message -
From: "Dash McElroy" <[EMAIL PROTECTED]>
Subject: Re: [PHP-WIN] arrays and nested arrays and loops and databases...
> If I understand correctly, you want to have an array containing an array
> with peop
rn@hk
- Original Message -
From: "Dash McElroy" <[EMAIL PROTECTED]>
To: "H Marc Bower" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, January 19, 2003 11:33 AM
Subject: Re: [PHP-WIN] arrays and nested arrays and loops and databases...
> If I u
If I understand correctly, you want to have an array containing an array
with people's email address and name from your db like this:
$to[0]['address'] = [EMAIL PROTECTED]
$to[0]['name'] = Bob Smith
$to[1]['address'] = [EMAIL PROTECTED]
$to[1]['name'] = John Jones
(the above is obviously not vali