curl-and-php
Re: Can I use curl to send a POST/PUT and not wait for a response?
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 6 Feb 2008 08:46:42 +0100 (CET)
Date: Wed, 6 Feb 2008 08:46:42 +0100 (CET)
On Wed, 6 Feb 2008, Louie Miranda wrote:
> I have read the FAQ
> http://curl.haxx.se/docs/faq.html#Can_I_use_curl_to_send_a_POST_PU
>
> *But, this is what i need*.
For the sake of this argument, let me repeat the answer as found in that page:
"No.
But you could easily write your own program using libcurl to do such stunts."
curl is a command line tool
libcurl is a library
PHP/CURL is a binding that uses libcurl
So, PHP/CURL can or at least could indeed do this. Not that I understood why
this is so important to your case.
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.html _______________________________________________ http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-phpReceived on 2008-02-06