Login
·
Signup
Home
»
XtGem
»
Coding help
»
Mobile, touch and web detection
» View post
net3x
Wapper
<?php function isMobile(){ return preg_match("/(android|avantgo|blackberry|bolt|boost|cricket|docomo|fone|hiptop|mini|mobi|palm|phone|pie|tablet|up\.browser|up\.link|webos|wos)/i", $_SERVER["HTTP_USER_AGENT"]);} if(isMobile()) header("Location: http://m.MOBILESITE.com/index.php"); else{ echo"This is web version"; } ?>
U use this simple code to redirect mobile user to "M" folder..
another way is include theme using SERVER HTTP USERAGENT
#
2014-07-08 18:40 ·
(0)
Home
»
XtGem
»
Coding help
»
Mobile, touch and web detection
» View post
Online: Guests: 1
Log in