Blogging has been a great platform to share useful stuffs. Like tips, secrets, marketing and so on. But today let's have knowledge about some technical stuff cURL. Have you ever heard about it? No? Carry on then. cURL is a very useful function which helps to transfer data between the servers. The curl and its library act as a bridge between your server and the server whom you want to communicate. You can easily enable curl function into your Wamp server and use its functionality. Let's know about how to enable cURL? Steps To Enable cURL Function Go to Wamp Server --> PHP --> Open php.ini file Find php_curl.dll statement in the php.ini file. Uncomment the statement by removing the semicolon and save...