robertchambers + php 10
How do you protect your PHP application? - A question from nagarjun - Forrst
july 2011 by robertchambers
How do you protect your PHP applications?
php
from twitter_favs
july 2011 by robertchambers
Ipad and Iphone detection using PHP
april 2011 by robertchambers
< ?php
if(strstr($_SERVER['HTTP_USER_AGENT'],’iPod’))
{
header(‘Location: http://www.devlup.com/iphone’);
}
?>
ipad
php
if(strstr($_SERVER['HTTP_USER_AGENT'],’iPod’))
{
header(‘Location: http://www.devlup.com/iphone’);
}
?>
april 2011 by robertchambers
Copy this bookmark: