Konu
phpde basit bir kod lazım
19-09-2010, 03:30:15
#7
Codeking
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();
?>