Getting the type of mobile phone
问题 Is there a way to get the type of mobile Phone when a phone connects to a mobi site using PHP? 回答1: You can read the user agent with PHP, and this might give you a clue. http://detectmobilebrowsers.mobi/ <- Free function to read read the user agent with PHP. 回答2: Look at wurfl. It can match all 28000something different user-agent headers to a specific mobile phone and give you it's attributes (sreenwidht/screenheight/canplayvideo/etc) 回答3: I think your only way is to parse the user agent HTTP