Revision: 48072
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at June 23, 2011 06:48 by amandalaine
Initial Code
if(strstr($_SERVER['HTTP_USER_AGENT'],'iPhone') || strstr($_SERVER['HTTP_USER_AGENT'],'iPod')) { header('Location: http://www.mywebsite.com'); exit(); }
Initial URL
Initial Description
header line loads a new page into the browser
Initial Title
iPhone Detection
Initial Tags
mobile
Initial Language
PHP