Alejandro
Alejandro

Reputation: 421

How do i detect any cell phone navigator with php?

I only need to detect if is mobile device or not...

Upvotes: 2

Views: 2740

Answers (3)

Sergej Brazdeikis
Sergej Brazdeikis

Reputation: 1373

This is updated version of the PHP Mobile Detect:

http://code.google.com/p/php-mobile-detect2/

Upvotes: 0

wajiw
wajiw

Reputation: 12269

This is a good class to try:

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

Upvotes: 5

Andrew M
Andrew M

Reputation: 4288

You might want to try something like this if you want to know which device it is: http://www.hand-interactive.com/resources/detect-mobile-php.htm

Or if you don't care: http://mobiforge.com/developing/story/lightweight-device-detection-php

Upvotes: 1

Related Questions