# If user is coming from mobile device, send them to the mobile page $agent = $_SERVER['HTTP_USER_AGENT']; if(preg_match('/iPhone|iPod|iPad|Android|Blackberry|webOS/i', $agent)): header("Location: _mobile/index.php"); } ?>