Category Archives: 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 ]
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 ]