i have to check in my script for user agent for mobile.
i have
if(preg_match(\'/lg|iphone|blackberry|opera/i\', $_SERVER[\'HTTP_USER_AGENT\'])) { ...
I'm using this library to detect OS and browser info http://chrisschuld.com/projects/browser-php-detecting-a-users-browser-from-php/