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

Reply via email to