|
Posted by MikeSoja on 10/21/05 15:07
On 18 Oct 2005 09:31:03 -0700, "Steve" <googlespam@nastysoft.com>
posted:
>> $fp = fopen("http://www.weather.gov/data/current_obs/KPKB.xml","r");
>Does the delay still occur at your site if you substitute the IP:
> $fp = fopen("http://81.22.33.120/data/current_obs/KPKB.xml","r");
>If not, then your host's DNS or some similar network-related issue is
>causing the delay.
No delay on that one, just a big, fat 404.
"Warning: fopen(http://81.22.33.120/data/current_obs/KPKB.xml)
[function.fopen]: failed to create stream: HTTP request failed!
HTTP/1.0 404 Not Found"
I'm afraid I don't understand how using an incorrect address tells
me anything, though.
Mike Soja
Navigation:
[Reply to this message]
|