Ninjakreborn Posted August 25, 2006 Share Posted August 25, 2006 Does anyone have any good curl php tutorials, google fails me. I have looked all over the internet for curl tutorials, not how to do this or that, just an overview of what curl is, the functions, what they do, www.php.net doesn't even have anything and the curl official website is no help. Quote Link to comment https://forums.phpfreaks.com/topic/18668-curl/ Share on other sites More sharing options...
ronverdonk Posted August 25, 2006 Share Posted August 25, 2006 Try these:[url=http://www.zend.com/pecl/tutorials/curl.php]http://www.zend.com/pecl/tutorials/curl.php[/url][url=http://www.phpit.net/article/using-curl-php/]http://www.phpit.net/article/using-curl-php/[/url][url=http://curl.planetmirror.com/docs/httpscripting.html]http://curl.planetmirror.com/docs/httpscripting.html[/url]You could at least try the website of the man (Daniel Stenberg) who developed cURL and try to contact him about your request.[url=http://curl.haxx.se/about.html]http://curl.haxx.se/about.html[/url]Ronald 8) Quote Link to comment https://forums.phpfreaks.com/topic/18668-curl/#findComment-80492 Share on other sites More sharing options...
Barand Posted August 25, 2006 Share Posted August 25, 2006 And there is this onehttp://www.higherpass.com/php/tutorials/Using-Curl-To-Query-Remote-Servers/1/ Quote Link to comment https://forums.phpfreaks.com/topic/18668-curl/#findComment-80501 Share on other sites More sharing options...
trq Posted August 26, 2006 Share Posted August 26, 2006 [quote]www.php.net doesn't even have anything[/quote]Whats [url=http://php.net/curl]this[/url]? Quote Link to comment https://forums.phpfreaks.com/topic/18668-curl/#findComment-80526 Share on other sites More sharing options...
Ninjakreborn Posted August 26, 2006 Author Share Posted August 26, 2006 thank youthank youand thank you as well, I didn't notice that there, at the bottom there is a list of functions and how to use them, I really appreciate it, thank you again, final question. Is curl something that is universal, or is it just related to PHP, or is the library one that is used by asp, asp.net, jsp, php, java, c+, c++, C#, javascript, or whatever else(maybe excluding javascript), Quote Link to comment https://forums.phpfreaks.com/topic/18668-curl/#findComment-80538 Share on other sites More sharing options...
ronverdonk Posted August 26, 2006 Share Posted August 26, 2006 Currently there are more then 30 bindings to different languages availeble.See [url=http://curl.haxx.se/libcurl/bindings.html]http://curl.haxx.se/libcurl/bindings.html[/url] for a list.Ronald 8) Quote Link to comment https://forums.phpfreaks.com/topic/18668-curl/#findComment-80669 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.