Does PHP have something like MS's XMLHTTP?
I want to be able to post from PHP to a ASP page on another server and get back the result?
Not quite sure how to go about doing this in PHP?
Thanks
d.
Have a look at the cURL functions.