The World of cURL

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
staypuftman
Forum Newbie
Posts: 13
Joined: Tue Jun 13, 2006 1:36 pm

The World of cURL

Post 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
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

I don't understand, please rephrase on what you are trying to accomplish please.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post 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.
(#10850)
Post Reply