Enable curl in WAMP...
Posted by Robin in
PHP on 07 31st, 2010 |
No Comments
I was getting the following error when I tried to use the curl library in one of my projects which I developed using WAMP.
“Fatal error: Call to undefined function curl_init().”
Solution :
Step 1 : Open your php.ini
Step 2 : Find the following line.
;extension=php_curl.dll
Step 3 : Remove...