I have this array:\[code\]Array( [0] => CMS_ADMIN [1] => CMS_ACADEMIC [2] => CMS_FINANCE [3] => HRM_HR [4] => SRM_D [5] => SRM_CNC [6] => SRM_TM [7] => SRM_DE)\[/code\]I would like to get the array by searching to the array value using the word provided. Let say I'm just provide the 'CMS' word, so how i'm gonna get the [0] => CMS_ADMIN, [1] =>CMS_ACADEMIC, [2] => CMS_FINANCE assign to the new array. Please help....