I would recommend using PEAR::HTTP_Request for this. It does exactly
what you want to do, and can handle error handling very well
http://pear.php.net/package/HTTP_Request
> I'm writing a script that needs to put the contents of an external URL
> into a variable. I need to include some sort of e
[..]
> into a variable. I need to include some sort of error checking that
> will kill this request if for some reason the URL request hangs for
> more then 15 seconds. In researching this, I think the correct
> function to use is fsockopen, but I can't seem to get it to work. Can
> someone
I'm writing a script that needs to put the contents of an external URL
into a variable. I need to include some sort of error checking that
will kill this request if for some reason the URL request hangs for
more then 15 seconds. In researching this, I think the correct
function to use is fsoc
3 matches
Mail list logo