<? $i=file_get_contents('ссылка на страницу'); preg_match_all("/\<body\>(.*?)\<\/body\>/i",$i,$p); echo $p[1][0]; ?>