Page 1 of 1

The World of cURL

Posted: Wed Jun 14, 2006 2:55 pm
by staypuftman
Does anyone understand the cURL logic behind trying to transfer strings between an HTML form and a remote server via a script?

Please explain it to me if you do
Thanks
John

Posted: Wed Jun 14, 2006 3:11 pm
by John Cartwright
I don't understand, please rephrase on what you are trying to accomplish please.

Posted: Wed Jun 14, 2006 5:17 pm
by feyd
I think staypuftman is referring to CURL_OPTPOSTFIELDS see curl_setopt() for details. The user comments may be of interest in this particular case.

Posted: Wed Jun 14, 2006 5:20 pm
by Christopher
There are many, many examples of doing all sorts of different things with cURL in the user contributed notes in the online PHP manual. I have always found an example close to what I wanted to do there.