[PHP] pobierz, plaintext <? $fp = fopen('http://www.wp.pl', 'r' ); while( !feof($fp)) { print fgets($fp, 1024); }?>[PHP] pobierz, plaintext