how to enable curl in xampp ?

If you are using XAMPP, check these two locations: C:\xampp\apache\bin\php.ini C:\xampp\php\php.ini For the line ;extension=php_curl.dll. Remove the semicolon, save both files, restart your Apache and then run it again. I hope it will work. ...

View More
  Dibaca 952 kali

Turtorial Instalasi CURL in Ubuntu

open terminal if php 5.6 or your php version sudo apt-get install php5.6-curlrestart sudo service apache2 restart ...

View More
  Dibaca 866 kali