I'm working on a PHP application which will need to post to a form on another site and grab the results of that form.
In ASP, I could use ASPTear or ASPHTTP to post the form data and retrieve the resulting page, then strip the information down to format it. Is there a way to do this with PHP?
Thanks.