|
1 2 3 4 |
if(strstr($_SERVER['HTTP_USER_AGENT'],'iPhone') || strstr($_SERVER['HTTP_USER_AGENT'],'iPod')) { header('Location: http://sitename.com/iphone'); exit(); } |
Tagged with: Exit • Header Location • iPhone • ipod • Php Server
Like this post? Subscribe to my RSS feed and get loads more!




Leave a Reply