Jump to content

curl


Ninjakreborn

Recommended Posts

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.
Link to comment
https://forums.phpfreaks.com/topic/18668-curl/
Share on other sites

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)
Link to comment
https://forums.phpfreaks.com/topic/18668-curl/#findComment-80492
Share on other sites

thank you
thank you
and 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),
Link to comment
https://forums.phpfreaks.com/topic/18668-curl/#findComment-80538
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.