Mr Portman

School website critiques, articles on education and some random cod

Detecting iPads/iPhones using PHP

Tags: , , ,

Date: 11th June, 2010

Lovely little script:

if (strstr($_SERVER['HTTP_USER_AGENT'],'iPhone') || strstr($_SERVER['HTTP_USER_AGENT'],'iPod') || strstr($_SERVER['HTTP_USER_AGENT'],'iPad')) {

// iPhone video or whatever it is you want to show differently

} else {

// content for everyone else

}
?>

August 2010

July 2010

June 2010

May 2010

April 2010

February 2010

January 2010

December 2009

November 2009

October 2009

September 2009