PHP

    모바일 페이지로 이동
    • 조회수 3,295
    • 작성일 2013-03-18
    •  

    <?

    $adma_IE = strtolower($_SERVER[HTTP_USER_AGENT]);
    if ((preg_match("/iphone/", $adma_IE)) || (preg_match("/android/", $adma_IE)) || (preg_match("/symbian/", $adma_IE)) || (preg_match("/ipad/", $adma_IE))) {
      echo "<script language='Javascript'>location.replace('http://photofile.co.kr/m/post/list'); </script>";
      exit;
    }

    ?>