Erol adlı üyeden alıntı: mesajı görüntüle
kodların hiç birisi çalışmadı
<?php
ob_start();
$id=$_GET['id'];
if($id==1){ header("location:http://www.google.com"); }
if($id==2){ header("location:https://www.r10.net"); }
if(!$id) die ("ID Boş");
ob_end_flush();
?>