Script Description:This class implements an HTTP client using the PHP Curl library extension. It can perform HTTP GET or POST requests taking an array as the list of POST parameters. The class can set request referrer, authentication credentials, connection peer IP address, etc.. It can also collect cookies sent by the server in a cookie jar file.
Site Url: http://www.dinke.net/blog/2006/08/31/curl-http-client/en/
