Monthly Archives: July 2015

php cURL class

This is an easy to use PHP/cURL class to handle most needed tasks Table of Contents Installation To download file Post Form GET form Retrieve Header basic authentication Returned Data Options Download How to examples Installation To utilize this class, first import curl.class.php into your project, and require it. require_once (‘curl.class.php’); Download file $curl =… Read More »