mam problem z odczytaniem pliku z innego serwera.uzywajac
do tego:
$filename="http://www.free.of.pl/s/szparag/faq.htm";
$file=fopen($filename,"r");
$dlugosc=filesize($filename);
$fstring=fread($file,$dlugosc);
wysakuje blad:
Warning: stat failed for http://www.free.of.pl/s/szparag/faq.htm (errno=2 - No such file or directory) in /shells/szparag/html/test.php on line 19
jesli ktos wie,jak odczytac plik ze zdalnego serwera to prosze o pomoc.