Re: [PHP] Fopen errors out when opening a URL

2002-07-16 Thread Analysis & Solutions
On Tue, Jul 16, 2002 at 11:08:19AM -0400, Conover, Ryan wrote: > > I am trying to do a simple fopen("http://www.weather.com/index.html";, "r"); > For some reason I cannot Open any URL's after trying several. > > Warning: stat failed for Resource id #1 (errno=2 - No such file or > directory) If

[PHP] Fopen errors out when opening a URL

2002-07-16 Thread Conover, Ryan
I am trying to do a simple fopen("http://www.weather.com/index.html";, "r"); For some reason I cannot Open any URL's after trying several. I get the following error Warning: stat failed for Resource id #1 (errno=2 - No such file or directory) I checked my php.ini to make sure I set the fope