Konu: Googleden Tıklayınca Başka Site Açılsın Lütfen Yardım!
07.04.2016 23:20
$ref = $_SERVER['HTTP_REFERER']; if (strpos($ref, 'google.com') !== FALSE) { header(“Location: yonleneceksite.com”); }