Basic Usage (GET Requests) cURL is a tool for transferring data with URL syntax. It support HTTP, FTP, SCP and many others (when using curl >= 7.19.4). Remember, you need to install and enable the cURL extension to use it. // a little script to check if the cURL extension is loaded or not if(!extension_loaded("curl")) …
↧