$user_agent=$_SERVER["HTTP_USER_AGENT"]; $target="/ipod|iphone/i"; if (preg_match($target,$user_agent)) { /*—iPhone / iPod touch Browsererkennung—*/ header("Location: http://www.leon-inmobiliaria.com/indexm.htm); exit; } ?>