advanced code snippet search
DADU on 12/23/10
php iphone android ipod touch iPad webOS
12/23/10 10:20am12/23/10 10:18am
1 person have marked this snippet as a favorite
alyssonweb
function istouch() { if(preg_match('~iPad|iPhone|iPod|Android|webOS~',$_SERVER['HTTP_USER_AGENT'])) return true; else return false;}
Report this snippet Tweet
Comment:
You need to login to post a comment.