$imode = "http://aruaru.be/i/index.html"; $ezweb = "http://aruaru.be/i/index.html"; $jsky = "http://aruaru.be/i/index.html"; $pc = "http://aruaru.be/index.html"; $brwsr = $_SERVER{'HTTP_USER_AGENT'}; if (preg_match("/DoCoMo/",$brwsr)){ header("Location: $imode\n\n"); } #EZwebの判別 else if (preg_match("/UP.Browser/",$brwsr)){ header("Location: $ezweb\n\n"); } #J-Skyの判別 else if (preg_match("/J-PHONE/",$brwsr)){ header("Location: $jsky\n\n"); } #その他(パソコン) else { header("Location: $pc\n\n"); } exit; ?>