How To Check cURL Is Installed or Enabled or Not On Server

Hello Friends, In this article I am showing you that how can you find that cURL is installed / enabled on your server or not. First of all some words about cURL. cURL a library created by Daniel Stenberg, that allows you to connect and communicate to many different types of servers with many different types of protocols. It is required for the Paypal IPN system and many other system and it is more reliable than using sockets. Now to find out that cURL in enabled or not on your server or in xampp. You have to follow below steps :

1. Create one new PHP file for e.g. curltest.php.

2. Now put code shown below in this file.

<?
phpinfo();
?>

3. Now upload this file to server.

4. Then run this file in browser.

5. Try to search curl in that file.

6. If cURL installed on your server you will find it like shown below : 7. If you don’t find this type of any section in curltest.php then your server not have cURL installed and you should email to your hosting.