This is my output Arrays:
Array
(
[0] =>
[1] =>
[2] =>
[3] =>
[4] =>
[5] =>
[6] =>
[7] => 200
[8] => 200
)
But I need only:
[7] => 200
[8] => 200
Any idea?