php $ua = $_SERVER['HTTP_USER_AGENT']; if ((ereg("iPhone",$ua)) || (ereg("iPod",$ua))) : include('iphone.html'); else : include('other.html'); endif; ?>