Sunday, 19 August 2012

karan bhalla, Karan Bhalla PMO, Karan Bhalla Encompass, karan bhalla arrest, karan bhalla fraud, karan bhalla cheating, karan bhalla CBI - Simple PHP Function to Detect Mobile Users: iPhone, iPad, Blackberry & Android

By using this method get_mobile_user_agent() we will able to get the device of the mobile users.

Sup­ported Devices

  • iPhone
  • iPad
  • Android
  • Black­berry
 
/*
* Mobile device detection
*/
if( !function_exists('mobile_user_agent_switch') ){
 function mobile_user_agent_switch(){
  $device = '';
 
  if( stristr($_SERVER['HTTP_USER_AGENT'],'ipad') ) {
   $device = "ipad";
  } else if( stristr($_SERVER['HTTP_USER_AGENT'],'iphone') || strstr($_SERVER['HTTP_USER_AGENT'],'iphone') ) {
   $device = "iphone";
  } else if( stristr($_SERVER['HTTP_USER_AGENT'],'blackberry') ) {
   $device = "blackberry";
  } else if( stristr($_SERVER['HTTP_USER_AGENT'],'android') ) {
   $device = "android";
  }
 
  if( $device ) {
   return $device; 
  } return false; {
   return false;
  }
 }
}
 
More Related Links: Web Design Company India, Indian Website Design Company, Affordable Web Design India, Professional Website Designer India, PHP Developer India 

Manju Agarwal Haldiram, Manju Agarwal 498abc, 498 misuse, Survival from 498A, Manju agarwal, Manju Haldiram, Manju Agarwal Fashion Designer, Daughter of Haldiram, Haldiram's Family, , niharika agarwal London School of Economics and Political Science, niharika agarwal LSE, Niharika Agarwal Haldiram, Survival from 498B, niharika agarwal haldiram/haldirams, Daughter of Manju Agarwal

0 comments:

Post a Comment