Advice needed- aweber form submission using curl?

Posted by i need help on Stack Overflow See other posts from Stack Overflow or by i need help
Published on 2010-04-17T15:29:55Z Indexed on 2010/04/17 15:33 UTC
Read the original article Hit count: 423

Filed under:
|
|

Advice needed for backend form submission to aweber and get response.

Scenario

When customer signup at my form, I will 1. insert the customer details into my own database, 2. send them a welcome email from my system, 3. at the same time I want the email to be added into aweber (this should run in the background, so that customer no need to fill in details for second time)

If I use the php curl call alone, is it a good solution?

I want to submit form value to aweber, so that aweber add the new email into their system, and then response to my backend script?

I have seen many versions outside, which may include:

http://scripts.incutio.com/httpclient/

http://freshmeat.net/projects/curl_http_client/

http://snoopy.sourceforge.net/

Are they having any special benefit over the normal php curl call to pass in data?

© Stack Overflow or respective owner

Related posts about curl

Related posts about form