Below are the contents of the array. How can I get the last array, [cat_name] => Lcd?
I do not need:
[cat_link] => lcd [cat_id] => 172 ( [0] => Array ( [cat_name] => Electronics [cat_link] => electronics [cat_id] => 164 ) [1] => Array ( [cat_name] => Televisions [cat_link] => televisions [cat_id] => 165 ) [2] => Array ( [cat_name] => Lcd [cat_link] => lcd [cat_id] => 172 ) )