include 'm/Mobile_Detect.php';
$detect = new Mobile_Detect();
if($detect->isMobile()){
if(!isset($_COOKIE["masaustu"]))
{
header("Location: http://m.film10line.com ");
}
}
mobilden masaüstüne geçme
if(isset($_GET['masaustugec'])) {
masaustunegec();
}
function masaustunegec(){
setcookie("masaustu", "platform", time()+9999999);
header("Location: http://film10line.com ");
}
?>
Bu kod cihazın mobil olduğunu algıladığı zaman masaustu cookie sinin tanımlanmış olup olmadığına bakar eğer tanımlı değilse mobile yönlendirir.
masaustune geç butonu ise bu masaustu cookiesini tanımlar ve masaustu indexine yönlendirir döngü yeniden başlar ama bu sefer cookie tanımlanmıştır mobile yönlendirmez.