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
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] N
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
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
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
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(
--
> 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
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
I have this array;
$bikes = array(
"Road" => array(
"Trek 5200" => "URL",
"Schwinn Fastback Pro" => "URL",
"Va Moots" => "url"
),
"Mountain" => array(
"Trek Fuel 90" => "url",
"Schwinn Homegrown" => "url"
),
"BMX"
9 matches
Mail list logo