![]() | ![]() ![]() ![]() ![]() |
function smartphone_check(){
$agent = strtolower($_SERVER['HTTP_USER_AGENT'">);
If (preg_match("/(iPhone|Android|webOS|BlackBerry|iPod|iPad|windowphone|lumia)/i", $agent))
return true;
else
return false;
}
$smartphone = smartphone_check();
If($smartphone){
Nội dung chỉ người dùng smartphone nhìn thấy
}