Array
(
[1] => Array
(
[id] => 2
[menu_name] => php
[type] => 2
[visible] => 1
)
guyz i have this array as output …i want to change the code so that when i type id =2 the array should be
[2] =id
{
[menu_name] => php
[type] => 2
[visible] => 1
)
it should fetch from id =2 and give me the output …please hlp sort of urgent