Re: Manually make a POST request?



On Oct 29, 11:18 am, 703designs <thomasmal...@xxxxxxxxx> 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?

Use cURL or, should cURL be unavailable, check out this old post of
mine in alt.php:

http://groups.google.com/group/alt.php/msg/b461757c923ebf40

Cheers,
NC
.