getDevice(); //Zend_Debug::dump($device->getAllFeatures()); if (isset($device)) { print "General informations"; print ""; $wurfl = $device->getFeature("mobile_browser"); if (!$wurfl) { print "no WURFL identification"; } else { print "WURFL capabilities :"; print ""; } print "

"; print "Full"; Zend_Debug::dump($device->getAllFeatures()); } } ?>

Query by providing the user agent:

look at http://www.useragentstring.com/pages/useragentstring.php

For mobile, look at http://www.mobilemultimedia.be/

Sequence : (DON'T FORGET TO CLEAN SESSION COOKIE)
User Agent :