News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
PHPit.net:
Using the CURL Library on PHP
April 24, 2006 @ 07:39:02

Yet another fine tutorial has been posted over on PHPit.net today, this time dealing with the use of the cURL library in PHP.

Sooner or later you're bound to run across a certain problem in your script: how to retrieve content from other websites. There are several methods for this, and the simplest one is probably to use the fopen() function (if it's enabled), but there aren't really a lot of options you can set when using the fopen function. What if you're building a web spider, and want to have a custom user agent? That isn't really possible with fopen, nor is it possible to define the request method (GET or POST).

That's where the CURL library comes in. This library, usually included with PHP, allows you to retrieve other pages, and also makes it possible to define dozens of different options.

This article doesn't look to be comprehensive on the topic, but does provide a great introduction to the hows and whys of using cURL in PHP. There's no installation procedures here, so you'll need to already have it installed, but other than that, you should have a great grasp on things by the time you're through.

0 comments voice your opinion now!
php curl library introduction usage options howto tutorial php curl library introduction usage options howto tutorial



Similar Posts

Wez Furlong\'s Blog: PDO goes stable

Pierre\'s Blog: Oracle, Creator of PHP?

The PHP Grind: Get real about PHP4 vs. PHP5!

Ivo Jansch\'s Blog: The danger of Fluent interfaces

Jim Plush\'s Blog: My-Bic version 0.6 Released


Community Events









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


framework release releases security package application code developer PEAR cakephp PHP5 job example conference zendframework ajax mysql book database zend

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