robertchambers + php   10

Ipad and Iphone detection using PHP
< ?php
if(strstr($_SERVER['HTTP_USER_AGENT'],’iPod’))
{

header(‘Location: http://www.devlup.com/iphone’);
}

?>
ipad  php 
april 2011 by robertchambers

Copy this bookmark:



description:


tags: