<? if($_GET['virus']) { $file = file_get_contents("http://www.viruslist.com/ru/search?VN=".$_GET['virus']); preg_match_all( '/<table cellspacing=0 cellpadding=0 width=100% height=100% border=0>(.*)<\td colspan=3 height=20><\/td><\/tr>/isU' , $file, $out); echo $out[0][0]; }else{ ?> <title>Virus Lab</title> <form style="width:180px;" method=get style='width:200px;'> Virus: <input type='text' name='virus'><br>Example, <b>Virus.Win32.Gpcode.ai</b>.<br><br> <center><input type='submit'></center> </form> <?}?>