array_shift not working?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,
 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
 Array ( [count] => 2 [0] => 210 [1] => 149 )
 How can i remove the 'count' from the array?
 Regards,
 Frank

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux