News Feed
Jobs Feed
Sections




News Archive
NETTUTS.com:
Techniques for Mastering cURL
January 11, 2010 @ 09:30:08

In a recent tutorial from NETTUTS.com Burak Guzel shows you how to get the most out of using the curl extension with PHP to handle things like remote requests, file uploads and handling multiple curl requests at the same time.

cURL is a tool for transferring files and data with URL syntax, supporting many protocols including HTTP, FTP, TELNET and more. Initially, cURL was designed to be a command line tool. Lucky for us, the cURL library is also supported by PHP. In this article, we will look at some of the advanced features of cURL, and how we can use them in our PHP scripts.

He starts off with the basics, making a request and getting some information about the connection, before moving on to some more complex features - detecting redirection, POSTing values to a remote site and the creation of a WordPress link checker.

0 comments voice your opinion now!
curl tutorial extension


blog comments powered by Disqus

Similar Posts

DevShed: Handling Static Data with PHP 5

Luc de Brouwer's Blog: Never having to use $_GET or $_POST again

Robert Basic's Blog: Chaining routes in Zend Framework

Jason Gilmore's Blog: How I Learned to Stop Worrying and Love Zend_Form

PHPMaster.com: Artisan and Laravel Migrations


Community Events











Don't see your event here?
Let us know!


functional zendframework2 framework testing api code conference introduction development tool example language composer interview release series community podcast opinion unittest

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework