mysql - mobile model number detection in php -
I am a PHP developer and I am preparing a WAP page for mobile. I need some php code to find the model of mobile phone from where the request is coming, so depending on that information, I can upload the appropriate CSS for my page. If you can give me some hints then it will help me to go even further. All I am capable of bringing the user agent is mobile but not able to find specific models of mobile
$ _ server ['HTTP_USER_AGENT'];
Check against this list of user agents: (~ line343 to ~ line610 starting)
Comments
Post a Comment