Notice: Undefined index: second in ...test.php on line 56
Array
(
[people] => Array
(
[Name] => Bill
[Surname] => Milligan
[age] => 32
[sex] => male
[children] => Array
(
[name] => Sara
[surname] => Milligan
[age] => 10
[sex] => female
[mother] => Megan Milligan
[schools] => Array
(
[first] => Array
(
[name] => Priston School
[address] => USA
)
[second] => Array
(
[0] => Array
(
[name] => Second School
[address] => USA
)
)
)
)
)
)