{% else-1 %}
(24 май 2016, 22:28) (0/0) [0]
Hoy Mo, Научитесь пользоваться Google

http://www.google.ru/search?newwindow=1&q=определение телефона js&spell=1&sa=X&ved=0ahUKEwiarZq9uPPMAhWlO5oKHQo3AqcQvwUIDigA
(24 май 2016, 22:12) (0/0) [0]
http://mobiledetect.net/


<?
require_once 'Mobile_Detect.php';
$detect = new Mobile_Detect;

if ($detect->isMobile()) {
header("Location: m.site.ru"*;
} else {
header("Location: site.ru"*;
}
?>
  • 1 из 1