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