$selopts = array(); foreach ($selectoptions as $key => $val) { if (!array_key_exists($key, $selopts) { $selopts[] = $val; } }