Category Archives: cURL


July 20, 2012 7:13 pm

HTTP POST Using PHP cURL


HTTP POST Using PHP cURL
In this tutorial we have a simple example on how to use the cURL to POST data to a website.

[ Read More ]


June 23, 2012 5:07 am

Replace file_get_contents/fopen with cURL


Replace file_get_contents/fopen with cURL
Some web hosts disable file_get_contents function. Most of them have curl library installed. This post help you to replace function for file_get_contents, using CURL library.

[ Read More ]