i have below array structure
$movieCast=Array
(
[1280741692] => Array
(
[moviename] => twlight
[movie_cast] => Array
(
[0] => 0000000083
[1] => 0000000084
)
[userid] => 62
[country_id] => 00002
[doAction] => ADD
)
[1280744592] => Array
(
[moviename] => love actually
[movie_cast] => Array
(
[0] => 0000000083
[1] => 0000000084
)
[userid] => 62
[country_id] => 00002
[doAction] => ADD
)
)
i just need the country_id
from above array, whereas each array key can be anything( timestamp) but $movieCast
will have same country in all array inside that.,