| If you are using WAMP as your web server, you may want to use cURL module. First check if it is already in the menus of wamp server icon under the php extensions. First try to enable it from there and if it is sill not working then you can enable it by doing few simple steps: |
| |
1- download and install libcurl / curl for windows: Click here to download and grab the contents to the below given path.
2- Paste the zip file content into C:\wamp\bin\apache\apache2.2.7
3- Locate and open your php.ini file (resides in C:\wamp\bin\php\php5.2.6)
4- In your php.ini file, change/ uncomment the following line:
;extension=php_curl.dll (you do so by removing the semi-colon)
5- however,sometimes this line may not be available in this case you can directly continue by restarting wamp server else in normal case wamp server can be restarted after editing the above mentioned line. |