<?php ob_start(); $id=$_GET['id']; if($id==1){ header("location:google.com"); } if($id==2){ header("location:r10.net"); } if(!$id) die ("ID Boş"); ob_end_flush(); ?>