Re: [PHP-WIN] arrays and nested arrays and loops and databases...

2003-01-20 Thread Dash McElroy
; <[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

Re: [PHP-WIN] arrays and nested arrays and loops and databases...

2003-01-20 Thread H Marc Bower
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

Re: [PHP-WIN] arrays and nested arrays and loops and databases...

2003-01-19 Thread Eric
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

Re: [PHP-WIN] arrays and nested arrays and loops and databases...

2003-01-18 Thread Dash McElroy
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