Konu: Submit butona iki ayrı link ekleme
11.09.2016 18:14
$mobile = $_SERVER['HTTP_USER_AGENT']; $iphone = strpos($mobile,"iPhone"); $android = strpos($mobile,"Android"); $ipod = strpos($mobile,"iPod"); if ($iphone == true || $android == true || $ipod == true) { echo 'Mobile'; }else { echo 'Bilgisayar'; } ?>
1 kişi bu mesajı beğendi.