News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
Ask About PHP:
PHP Basics Accessing Remote URLs using cURL
June 22, 2009 @ 12:06:00

In this new post to the Ask About PHP blog they take a look at one of the basics of using PHP - fetching the data from a remote URL via the cURL extension.

In PHP, there are actually four ways to access a remote URL - fopen() fsockopen(), cURL extensions and HTTP_Request class from the PEAR library. Now, choosing one way over another really depends on your needs for simplicity, control, and portability. Generally, I prefer using cURL simply because it's easy to understand and it's really powerful.

You'll need to have cURL enabled to be able to follow along. The examples show how to fetch a single remote page, a protected remote page, sending a POST request and fetching the URL with custom headers.

0 comments voice your opinion now!
extension curl url remote access



Similar Posts

Christian Stocker's Blog: Upload Progress Meter extension 0.9.2 released

Pierre-Alain Joye's Blog: Zip 1.4.0, let comment it!

Antony Dovgal's Blog: PECL/sphinx - fast fulltext search made easy

PHP Security Blog: Suhosin 0.9.15 comes with Transparent phpinfo() Protection

Echolibre Blog: Customising Zend Framework Routing


Community Events

phpnw10 PHP Conference 09/10/2010




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


example tool framework plugin application zendframework conference developer suggestion opinion screencast database azure phpunit introduction unittest development book codeigniter wordpress

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