A quick look at the cURL Library
Posted by Philip Birk-Jensen on September 8, 2010
0 comments
It was only until recently I discovered the PHP: cURL Library. I’ve been using homegrown functions for fetching HTTP requests, but with the cURL it’s not as much a hassle as it used to be. Remember that the cURL isn’t a PHP standard, and you need to install the extension. The basic functions I do [...]