2014 November

Detect mobile browser using php

Use this function <?php /* USER-AGENTS================================================== */function check_user_agent ( $type = NULL ) {        $user_agent = strtolower ( $_SERVER[‘HTTP_USER_AGENT’] );       …