-4

How do i detect following mobile phones with php?

  1. Symbian
  2. List item
  3. Android
  4. Blackberry version 5-6
  5. Blackberry version 7
  6. Iphone or Ipad

like, if ($mobile='Symbian') {echo "Somthing";}

Preethu Alex
  • 51
  • 3
  • 12

1 Answers1

1

This works for me. Also Google approves of it.

https://code.google.com/p/php-mobile-detect/

AbsoluteƵERØ
  • 7,816
  • 2
  • 24
  • 35