srand ((float) microtime() * 10000000); shuffle ($urls); // desordenamos el array foreach($urls as $url){ echo $url."<br>"; }