0

I want to detect user mobile brand and model with PHP or jQuery or both. I want to get for example Samsung as brand and Galaxy Note 10 as model.

Web Design
  • 129
  • 15
  • 1
    Does this answer your question? [Simplest way to detect a mobile device in PHP](https://stackoverflow.com/questions/4117555/simplest-way-to-detect-a-mobile-device-in-php) – Simone Rossaini Jun 06 '20 at 07:04
  • I want to get for example Samsung as brand and Galaxy Note 10 as model – Web Design Jun 06 '20 at 07:09
  • You'd have to inspect the user agent of the client. Have you tried anything so far? Please include any code. – Maritim Jun 06 '20 at 14:02

1 Answers1

1

https://github.com/serbanghita/Mobile-Detect/ Try this PHP library, it can give you something like user-agent but in array.

p1oXYZ
  • 76
  • 1
  • 6