What's new
Your Hosting Talk

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

what is php curl

PHP Curl is a tool or an extension of PHP helps to initiate or communicate with other computers or servers....using various protocols like HTTP, FTP, and also it uses various HTTP code or verbs to simulate something like a browser from the server side...
For example, you can send http request and also receive response....
 
CURL is simple command line tool which helps to sending or receiving emails with protocols like FTP, HTTP, HTTPS etc.
You can check details about cURL.
 
Hey,

cURL stands for the client URL. PHP cURL is a library, it is a command line tool, that is the most powerful extension of PHP. It allows the user to create the HTTP requests in PHP. cURL library is used to communicate with other servers with the help of a wide range of protocols.
cURL is besically used for transferring images, videos etc from one server to other.
 
what is php curl
curl is a command line programme and a PHP library that enables users to send and receive files using HTTP and FTP protocols. You can access files that require a login by using proxies, passing data over SSL connections, using cookies, and even getting files that require a password.
 
CURL stand for Client URL. CURL is a library to switch information via more than a few protocols like http, ftp, tftp and many others.
 

Users who are viewing this thread

Back
Top