Forum Webscript.Ru
Программирование => PHP => Тема начата: _AHTOH_ от 28 Ноября 2004, 14:23:11
-
@ $file_http=fopen("http://forums.webscript.ru/newthread.php?s=&action=newthread&forumid=16", \'r\');
if($file_http){
echo(\'File Error.\');
exit;
}
while(!feof($file_http)){
$string=fgets($file_http);
echo($string);
}
fclose($file_http);
?>
-
Данная конструкция не работает. Почему?