Learn cURL in PHP
I had found a pretty good web site for learning cURL, but soon after, I just stopped because I found that t35 didn't support cURL, for free members, at least.
Well. Today, I found that the other host I used, 110mb, did, in fact, support cURL.
I've tried google, and for quite a while, to find a good resource to learn cURL, but came up with nothing, just sample scripts, and in-depth tutorials.
Could you please post a link to a site where I could
learn cURL, starting from the very beginning?
Thanks
s3klyma wrote: I've tried google, and for quite a while, to find a good resource to learn cURL, but came up with nothing, just sample scripts, and in-depth tutorials.
yeah, those always blow XD But really, sample scripts and tutorials couldn't hurt in anything you try learning.
I learned here: http://blog.unitedheroes.net/curl/
Basically it's a library that lets you manipulate client side data for urls. There's not much to it. You can find a page with functions(i.e. curl_setopt() sets a certain option for the transfer) that has a reference of the cURL library.