how to detect mobile browser?

A

Anonymous

Guest
hello guys,

I have a website and I want to redirect location if website is browsed by mobile device or browser (android or ios). How can I do that?
 
Why not search for it first :

https://www.google.com/search?q=detect+mobile+device+with+php

Here are two examples how to do it with PHP :

1. http://mobiledetect.net/
2. https://detectmobilebrowsers.mobi/

And here's how you find JavaScript solutions :

https://www.google.com/search?q=detect+mobile+browser+javascript+and+redirect
 
Back
Top