Tag Archives: web requests

Making Web Requests Using Curl From C and PHP

libcurl is a famous C library which can be used to transfer data through http/tcp or any custom protocols. It has a very easy to use API to make web requests programatically. PHP has an extension that wraps the libcurl … Continue reading

Posted in Uncategorized | Tagged , , , | 4 Comments