yong Posted September 11, 2006 Share Posted September 11, 2006 i have many questions about curl( Client URL Library Functions),i read the manual about curl. i can understand how to use the function like curl_init() ,curl_setopt() ,curl_exec(),etc...but i do't know why we do this ,what's his deep purpose ?thank you very much to answer my question.....:) Link to comment https://forums.phpfreaks.com/topic/20362-what-is-curl/ Share on other sites More sharing options...
yong Posted September 11, 2006 Author Share Posted September 11, 2006 up........ Link to comment https://forums.phpfreaks.com/topic/20362-what-is-curl/#findComment-89667 Share on other sites More sharing options...
btherl Posted September 11, 2006 Share Posted September 11, 2006 Usually I use curl to download data from a website, and then process it. That's about as deep as it gets :) I am having a little trouble understanding your question.. Link to comment https://forums.phpfreaks.com/topic/20362-what-is-curl/#findComment-89670 Share on other sites More sharing options...
yong Posted September 11, 2006 Author Share Posted September 11, 2006 thank you btherl...i just want to know how curl is Perform...? as everyone sees my english is very poor ,so if any one can't anderstand my idea,please tell me ....think u. Link to comment https://forums.phpfreaks.com/topic/20362-what-is-curl/#findComment-89694 Share on other sites More sharing options...
DarkHavn Posted September 11, 2006 Share Posted September 11, 2006 From what i can gather, you were just asking why we used curl.Look above, a great example was giving, downloading data/content from a website.You said know how to use it[quote]i can understand how to use the function like curl_init() ,curl_setopt() ,curl_exec(),etc...[/quote]So why are you asking how to preform the function? Link to comment https://forums.phpfreaks.com/topic/20362-what-is-curl/#findComment-89698 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.