$agent = $_SERVER['HTTP_USER_AGENT']; if(ereg("DoCoMo", $agent)){ $docomo=true; }else if(ereg("Vodafone|J-PHONE|SoftBank", $agent)){ $vodafone=true; }else if(ereg("UP.Browser", $agent)){ $au=true; }else{ $pc=true; } if($pc) header("Location:pc/"); ?>