RE: [PHP] Newbie: array help....

2001-01-22 Thread Louis Simpson
Monday, January 22, 2001 9:16 AM To: Ignacio Vazquez-Abrams Cc: PHP Lists Subject: RE: [PHP] Newbie: array help That's what I thought, which seemed to be the obvious however, when I tried that it returns an error. "Warning: Variable passed to each() is not an array or object in pagetop

RE: [PHP] Newbie: array help....

2001-01-22 Thread Louis Simpson
while ( list($key, $val) = each($bikes["Road"]) ) { echo ""; echo "$key"; } -Original Message- From: Brian V Bonini [mailto:[EMAIL PROTECTED]] Sent: Monday, January 22, 2001 8:55 AM To: PHP Lists Subject: [PHP] Newbie: array help I have t

RE: [PHP] Newbie: array help....

2001-01-22 Thread Louis Simpson
Monday, January 22, 2001 9:16 AM To: Ignacio Vazquez-Abrams Cc: PHP Lists Subject: RE: [PHP] Newbie: array help That's what I thought, which seemed to be the obvious however, when I tried that it returns an error. "Warning: Variable passed to each() is not an array or object in pagetop

RE: [PHP] Newbie: array help....

2001-01-22 Thread Brian V Bonini
I apparently misunderstood your implementation, your right, it does work perfectly Thank you! > -Original Message- > From: Ignacio Vazquez-Abrams [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 22, 2001 12:27 PM > To: Brian V Bonini > Cc: PHP Lists > Subject

RE: [PHP] Newbie: array help....

2001-01-22 Thread Ignacio Vazquez-Abrams
On Mon, 22 Jan 2001, Brian V Bonini wrote: > That's what I thought, which seemed to be the obvious > however, when I tried that it returns an error. > > "Warning: Variable passed to each() is not an array or object in pagetop.inc > on line 105" > > PHP Version 4.0B2 > BSDI BSD/OS 4.0.1 > Zend Eng

Re: [PHP] Newbie: array help....

2001-01-22 Thread Brian Clark
Hello Brian, (BVB == "Brian V Bonini") [EMAIL PROTECTED] writes: BVB> That's what I thought, which seemed to be the obvious BVB> however, when I tried that it returns an error. BVB> "Warning: Variable passed to each() is not an array or object in pagetop.inc BVB> on line 105" array(

RE: [PHP] Newbie: array help....

2001-01-22 Thread Brian V Bonini
-- > From: Ignacio Vazquez-Abrams [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 22, 2001 11:56 AM > To: Brian V Bonini > Cc: PHP Lists > Subject: Re: [PHP] Newbie: array help > > > each($bikes["Road"]) > > > > On Mon, 22 Jan 2001, Brian

Re: [PHP] Newbie: array help....

2001-01-22 Thread Ignacio Vazquez-Abrams
On Mon, 22 Jan 2001, Brian V Bonini wrote: > I have this array; > > $bikes = array( > "Road" => array( > "Trek 5200" => "URL", > "Schwinn Fastback Pro" => "URL", > "Va Moots" => "url" > ), > "Mountain" => array( > "Trek Fuel 90" => "url