marcusfelix on 11/10/10
Last Edited at 11/10/10 06:59am
if(strstr($_SERVER['HTTP_USER_AGENT'],'iPhone') || strstr($_SERVER['HTTP_USER_AGENT'],'iPod')){ header('Location: http://yoursite.com/iphone'); exit();}
Report this snippet Tweet
Comment:
You need to login to post a comment.