Re: Manually make a POST request?
- From: Daniel Egeberg <daniel.egeberg@xxxxxxxxx>
- Date: Wed, 29 Oct 2008 14:27:44 -0700 (PDT)
On Oct 29, 7:56 pm, 703designs <thomasmal...@xxxxxxxxx> wrote:
Unless Curl isn't installed, of course. On most servers, this is fine,
but I'm stuck developing on a Windows box right now. I'm tinkering
with socket functions, and I could always use this utility function:http://www.jonasjohn.de/snippets/php/post-request.htm
Thomas
On Oct 29, 2:40 pm, FutureShock <futuresho...@xxxxxxx> wrote:
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
You should be able to use the curl extension on a Windows box.
.
- References:
- Re: Manually make a POST request?
- From: FutureShock
- Re: Manually make a POST request?
- Prev by Date: Re: MySQL error #1064
- Next by Date: Internet Explorer cannot download <filename> from www.domain.tld
- Previous by thread: Re: Manually make a POST request?
- Next by thread: Re: Manually make a POST request?
- Index(es):
Relevant Pages
|