SEARCH
Posts Tagged ‘android’
PHP Mobile Device Detect Video 0047
Friday, March 8th, 2013
A Video for the Ojambo.com PHP Mobile Device Detect article.
Part One of One
Tags: android, apache, blackberry, browser, Detect, iPhone, Mobile, php, screencast, server, user agent, video, windows phone
Posted in Tips & Tricks, Videos | No Comments »
PHP Mobile Device Detect
Wednesday, October 3rd, 2012
Detect Mobile Devices Using PHP
Web designers can utilize the PHP to get information about the browser. HTTP_USER_AGENT is a string that contains contents of the header such as the platform used.
The platform is usually the operating system on desktop browsers. On mobile devices, it might be the device name. The string will be converted to lowercase to make sure that the devices can be detected.
Tags: android, apache, blackberry, browser, Detect, iPhone, Mobile, php, server, user agent, windows phone
Posted in Tips & Tricks | 1 Comment »