PHP Basics: Accessing Remote URLs using cURL
Friday, June 19th, 2009In 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 - fope n() 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.
(more…)
Lately, I’ve been spending a lot of time with
Sometime back, I posted about my