I want the laptop, notebook and other device name and model that user is browsing from. So if a user is browsing my website from device, 'Dell inspiron' then I need this. How to get this?
Asked
Active
Viewed 3,129 times
-1
-
User agent is what you should look for – Jacob Jul 09 '18 at 05:33
-
[Check this](https://stackoverflow.com/questions/10243841/how-to-get-user-agent-in-php) – Spoody Jul 09 '18 at 05:43
-
try $_SERVER['HTTP_USER_AGENT'] – Mohd Hasan Jul 09 '18 at 05:49
-
This does not return the model name of my laptop. I need the laptop model and device info. – kazi Jul 10 '18 at 04:37
1 Answers
0
Should be useful for you, visit here https://detectdevice.com/

Riajul Islam
- 1,425
- 15
- 19
-
Thanks I seen that but I need it for laptop device too. It works only for mobile. – kazi Jul 10 '18 at 04:39