Array
(
[leadAssignType] => 3
[ratio] => Array
(
[0] => Array
(
[assigned_to] => 12
[ratio] => 5
)
[1] => Array
(
[assigned_to] => 13
[ratio] => 3
)
)
)
Hello all ! I am struck in one problem. This is my array getting after form submit and I just want to check whether key assigned_to is present for at least once. If it is not present then it should show error message. How can I do that?