This is my array. I want to check whether 'NASHIK' is present or not in this array. I have used in_array
function but I did not get correct output. Help me to findout solution.
Thanks in advance.
Array
(
[Neo] => 16686
[new] => 16799
[PUNE] => 17371
[NASHIK] => 17373
)