$array = array('red','yellow','blue','green'); // assumes numerically indexed array echo $array[rand(0, count($array)-1)];