Просмотр поста

.
fcauz
# Iron_Man (29.09.2017 / 15:30)
Можете дать готовый код
if (!$is_mobile) {
 echo 'PC'; 
} else {
 echo 'Mobile';
}