php7 adlı üyeden alıntı: mesajı görüntüle
echo @file_get_contents('http://www.google.com');
echo '<script type="text/javascript">
setTimeout("window.location.reload()",3000);
</script>';
Buyur hocam.
Alıntı
<?
echo @file_get_contents('http://www.google.com');
echo '<script type="text/javascript">
setTimeout("window.location.reload()",3000);
</script>';
?>

Kod çalıştı Teşekkürler