if($submit){ $ua = $HTTP_USER_AGENT; if(ereg("DoCoMo",$ua)){ header("Location: i.php"); exit; }elseif(ereg("J-PHONE",$ua)){ header("Location: j.php"); exit; }elseif(ereg("UP\.Browser",$ua)){ header("Location: ez.php"); exit; }elseif(ereg("PDXGW",$ua)){ header("Location: h.php"); exit; }else{ header("Location: index.php"); exit; } } ?>
ƒ\[ƒX