how will I search in associative array? supposing i have this associative array. $words = array('the' => array('huhh','make'),'word'=>array('they','make')); PHP: any help will be greatly appreciated.