Enabling curl on XAMPP for Windows
Hi Guys…i am back again with some interesting tutorial based on cUrl..
CURL is a library created by Daniel Stenberg, which allows you to connect and communicate with many different types of servers through various protocols. libcurl currently supports the http, https, ftp, gopher, telnet, dict, file, and ldap protocols. libcurl also supports HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading (this can also be done with PHP’s ftp extension), HTTP form based upload, proxies, cookies, and user+password authentication.
First in this post i will tell you how to configure xampp for cUrl on Windows.
xampp/apache/bin/php.ini
or
C:\Program Files\xampp\apache\bin\php.ini
Open it in your favourite text editor either NOTEPAD or NOTEPAD++
Always take backup PLS
Now
uncomment extension=php_curl.dll
restart apache: POW. finished.
Curl is built into xampp already, has been for a long time, i dont know why people download all this other useless crap from the net, you are just making things over-complicated for yourselves. Read the xampp info for gods sake.
Thanks
Related posts:








Hello. And Bye.
Wow this what i have found is great! Until now i have pay for this service! but not anymore i have foind this blog
and followed steps as it is described.