$f = file('status.txt'); for($i=1; $i<=5; ++$i) { $pos = array_rand($f); echo $f[$pos]; unset($f[$pos]); }