View Single Post
Old 03-11-2004, 11:42 AM   #1 (permalink)
Epsilon
Regular Contributor
 
Epsilon's Avatar
 
Join Date: Mar 2003
Location: Las Vegas, NV
Posts: 131
Epsilon is on a distinguished road
Quick way to select a random array element?

$array = array('red','yellow','blue','green');

What would be a quick, one line way of selecting a random element from an array like this?
__________________
--Epsilon--
Epsilon is offline   Reply With Quote