How do I go about installing PHP cURL on IIS? I have copied the php_curl.dll file into the PHP extensions folder, what else do I need to do?
Thanks
|
feedback
|
|
You have to register the modul in the php.ini. Look for:
And check for correct extension dir:
| |||||
feedback
|