PHP Basics: Accessing Remote URLs using cURL

In this post, I’m going back to basics to talk about accessing remote URLs with cURL.
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. [...]

Posted on June 19, 2009 at 4:40 pm by Eldee · Permalink · 9 Comments
In: PHP Tutorials · Tagged with: , ,