View Single Post
  #3 (permalink)  
Old 07-01-03, 03:22 PM
kevin kevin is offline
Newbie Coder
 
Join Date: Jun 2003
Location: USA
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote