We have an array $contacts:
Array
(
[0] => Array
(
[name] => Jacob Challa
[address] => 14-1-52 Pension Line
[city] => Eluru
[country] => India
)
[1] => Array
(
[name] => John Wicket
[address] => 12 Basket
[city] => Rumble
[country] => Ireland
)
[2] => Array
(
[name] => Anand Kahn
[address] => 2 Saibaba Road
[city] => Coïmbatore
[country] => India
)
[3] => Array
(
[name] => Eric Bontenbal
[address] => Bunskamp 15
[city] => Meppel
[country] => the Netherlands
)
[4] => Array
(
[name] => Pipo de Clown
[address] => woonwagen 1
[city] => Zwervend
[country] => the Netherlands
)
[5] => Array
(
[name] => Father Koshy
[address] => Station Road
[city] => Warangal
[country] => India
)
)
From this array: