09-15-2010, 08:19 PM
I want to execute the array randomly, but how can I do it in this form of example?
How can I make it echo randomly, 1-4?
PHP Code:
$employee_array[0] = "Bob";
$employee_array[1] = "Sally";
$employee_array[2] = "Charlie";
$employee_array[3] = "Clare";
How can I make it echo randomly, 1-4?