Re: Manually make a POST request?



703designs wrote:
I'm writing a little Drupal module that implements a couple forms,
relaying the submitted values to a third-party site. I know the target
URL and I have all of the values that I want to submit with the POST
request, so how can I invoke this request directly from a PHP script?

I am not 100% on this but I think it can be accomplished with 'curl'.

http://us2.php.net/curl

Let me know if that works for you.

Scotty
.