$array = file("image.php"); shuffle($array); for ($i=0; $i<2; $i++) { echo $array[$i]; } ?>