[PHP] fopen url

2003-11-06 Thread John Hagstrand
Hi, I'm trying to read a URL. this works: fopen( "http://www.google.com";) this does not work: fopen( "http://news.google.com";) If the URL does not start with "www", then fopen writes and error message that says "success" and returns false. What's up with that? Can you help? I'm using PHP

Re: [PHP] fopen url

2003-11-07 Thread John Hagstrand
n see the error I'm getting. Would you take a look? John "Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Friday 07 November 2003 04:12, John Hagstrand wrote: > > > I'm trying to read a URL. > > > > this works: fope