Some people here would need to test CURL localy before puting the script in live server. To enable CURL library, we need to modify "something" in some files. Files we need to modify are:
1) \xampp\apache\bin\php.ini
2) \xampp\php\php.ini
Now we find this line and uncomment it (it means remove the ; character):
;extension=php_curl.dll
Restart Apache and it's done!
(this way you can enable other libraries also)
1) \xampp\apache\bin\php.ini
2) \xampp\php\php.ini
Now we find this line and uncomment it (it means remove the ; character):
;extension=php_curl.dll
Restart Apache and it's done!
(this way you can enable other libraries also)