Basic cURL wrapper function for PHP

Posted March 26, 2011 at 9:43 pm by Akshay

I recently started usingĀ snipplr.com to publish small bits of re-usable code with the community. Here’s a quick and dirty basic cURL wrapper function for PHP. cURL wrappers are often needed only when we are working on projects without a CMS or a framework, hence I have tried to keep it very basic. Comments and feedback is welcome.