/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function mobileCheck(){ $user_agent = $_SERVER['HTTP_USER_AGENT']; foreach($devices as $device){ } return false; }
URL: http://www.dropthenerd.com/how-to-easily-detect-mobile-devices/