Frank Keessen schrieb:
> Can you please help me with the following
> This is in the array($info[0]["bdnadvocaat"])
> Array ( [count] => 2 [0] => 210 [1] => 149 )
> This is the code:
> $testje=array($info[0]["bdnadvocaat"]);
> $test=array_shift($testje);
> print_r($test);
> This is the output
>
never mind I found the answer, use key(arrayname) to get the key and
next(arrayname) to move to next element without reseting the keys.
"Diana Castillo" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> how can I do an array shift without reseting the keys?
> how can I get the key of t
2 matches
Mail list logo