Bu altaki ilk kod çalışıyor yapmak istedim diğer altaki kod olmadi
<?php
include("Mobile_Detect.php");
$Tarayici = new Mobile_Detect();
if($Tarayici->isMobile()==TRUE or $Tarayici->isTablet()==TRUE){
echo "<meta http-equiv=\"refresh\" content=\"0;URL=http://www.mobilcet.com/chat\"> ";
exit;
}
?>şöyle bişi yapmak istedim hata verdi alta yapmak istedim yani gelen nicki mobil ise suna yönlendirsin.
<?php
include("Mobile_Detect.php");
$Tarayici = new Mobile_Detect();
if($Tarayici->isMobile()==TRUE or $Tarayici->isTablet()==TRUE){
echo "<meta http-equiv=\"refresh\" content=\"0;URL=http://www.mobilcet.net/index.php?nick=<?php echo $_REQUEST['nickname'];?>\"> ";
exit;
}
?>