esiste



$contengo = @file_get_contents('http://forum.html.it/forum/newreply.php?s=&action=newreply&threadid=1113918') ;

print($contengo);

oppure ::

<?php
$handle = fopen ("/home/rasmus/file.txt", "r");
$handle = fopen ("/home/rasmus/file.gif", "wb");
$handle = fopen ("http://www.example.com/", "r");
$handle = fopen ("ftp://userassword@example.com/somefile.txt", "w");
?>