On Sat, June 25, 2005 2:01 pm, bruce said:
> feel kind of foolish posting this.. but i can't seem to figure it out for
> now..
Here's a way to tackle this kind of thing in the future:
Divide and Conquer.
print_r($foo) prints out a BUNCH of stuff.
Focus only on the outer layer:
> i have an arra
On Sat, 2005-06-25 at 17:01, bruce wrote:
> feel kind of foolish posting this.. but i can't seem to figure it out for
> now..
>
> i have an array, i can do a print_r($foo) and get the following:
> Array
> (
> [bookmark] => 1
> [facets] => Array
> (
> [0] => Array
>
If you want to get the lastname value of the array you supplied you would do
this
$value = $foo['facets'][0]['lastname'];
This would give you the HTML form that you have stored in your array.
Robbert
-Original Message-
From: bruce [mailto:[EMAIL PROTECTED]
Sent: Saturday, June 25, 2005
3 matches
Mail list logo