Ver original$list = array("Neo", "Morpheus", "Trinity", "Cypher", "Tank"); shuffle($list); foreach($list as $l) echo "$l<br />";