Reputation: 105
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.
Upvotes: 0
Views: 545
Reputation: 84
https://github.com/serbanghita/Mobile-Detect/ Try this PHP library, it can give you something like user-agent but in array.
Upvotes: 1