<?
$siteler=array("http://google.com","http://yahoo.com");
foreach($siteler as $k => $v){
file_get_contents($v);
sleep(30); #saniye bekle
}
?>