Category Archives: cURL


December 19, 2023 5:01 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 15, 2023 5:03 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 ]