/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/*********** Detect ***********/ $agent = $_SERVER['HTTP_USER_AGENT']; echo "You're using a mobile device."; } /*********** Redirect ***********/ $agent = $_SERVER['HTTP_USER_AGENT']; exit; }