Alıntı
<?php

for($sayi = 0; $sayi < 10; $sayi++) {
header("Refresh: 10;");
}

?>
buyrun