Hi all, I woul like to ask a question.
Array{
[0]=>Array{
['Child']=>"2",
['Parent']=>"6"
}
[1]=>Array{
['Child']=>"8",
['Parent']=>"7"
}
}
I would like to use in_array to check whether there is a number '7' in the ['Parent'] for all array. Or is anybody have better suggestion for me without travesal all the array to match the number i want.