Detect iPhone, Windows Mobile and Other Mobile Browsers

found a nice little piece of php today that allows you to detect practically any mobile browser, they can all be treated the same, or you can redirect different types of browser to different urls.

i recommend downloading the detect mobile browsers code.

the simple usage is:

include('mobile_device_detect.php');
$mobile = mobile_device_detect();

if your a desktop it returns false, if your a mobile browser, it returns true.