Arrays always blow my mind and even the simplest tasks sometimes seem impossible!
I need to read the value of [total] from [exact_matches]. How do I do it?
$result = Array ( 
           [exact_matches] => Array ( 
                [total] => 0 
                [members] => Array ( ) 
           ),
           [full_search] => Array ( 
                [total] => 1 
                [members] => Array ( ) 
           ) 
        ) 
Thanks in advance for any help!
 
     
     
    