Does anyone know of a PHP command which will allow you to call a web page
and return it's output as a string ? There is a great component ASPHTTP
which does this in IIS, it detects whether the page exists or not, allows
you to post data to the page, lets you set the number of attempts,
timeouts etc.. and finally returns you the output from the page as a
string which you can display (response.write), analyse, change etc..
Is there anything that does this in PHP ?
regards
Simon Garstin