<?php

if(preg_match('/(?i)msie [1-8]/',$_SERVER['HTTP_USER_AGENT']))
{
   echo "Browser Not supported";
    exit;
}

?>

Related Posts:

0 comments:

Blog Archive

Total Pageviews

15581

Popular Posts