Thanks for your help, Marcel, but I checked it out and my PHP is only version 4, so array_key_exists does work. Also, it appears that the other suggestion:
if(isset($search_array["first"]))
is for sub-array, because instead of searching for say, the value 45, if might look for
$seach_array[45]
Anyone have another suggestion?