I need to detects client device at server end using php or javascript? which is client device and which browser is using that device?
Asked
Active
Viewed 810 times
0
-
http://codecanyon.net/item/php-mobile-device-detect/246397 buy and enjoy, otherwise post what you have done so far. – Dejan Marjanović Nov 01 '11 at 19:46
3 Answers
0
you could use $_SERVER
with HTTP_USER_AGENT
http://php.net/manual/en/tutorial.useful.php
Auto detect mobile browser (via user-agent?)
What is a user-agent? http://en.wikipedia.org/wiki/User_agent
0
Check out Tera-WURFL (http://dbapi.scientiamobile.com/wiki/index.php/Main_Page). It's an API that detects the capabilities of mobile devices. We use it here to determine whether to forward a user to desktop or mobile version of our applications.

Mike Purcell
- 19,847
- 10
- 52
- 89