<?php $indexedArray = array("red", "blue", "green", "black"); echo $indexedArray[array_rand($indexedArray)]; ?>