Hi Jv !
How come I got the error message (see below)
Warning: fopen("http://www.example.com/", "r") - No such file or directory in /home/kevin/public_html/getfile.php on line 3
It seems that fopen works only if I open a file with full path
fopen("/home/kevin/public_html/index.html","r")
Just don't know why ! DO you have any idea ?
Kev