Category Archives: cURL


December 18, 2024 10:02 am

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 ]


December 14, 2024 10:05 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 ]