SEARCH

Posts Tagged ‘windows phone’

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

(more…)

Tags: , , , , , , , , , , , ,
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.

(more…)

Tags: , , , , , , , , , ,
Posted in Tips & Tricks | 1 Comment »