Hi,
i am fasing this error
Fatal error: Call to undefined function: curl_init() in d:\inetpub\wwwroot\test\curl.php on line 5
PHP Warning: Unknown(): Unable to load dynamic library 'd:/PHP/extensions/php_curl.dll' - The specified module could not be found. in Unknown on line 0
Yes this error produce when i try to use this script
$ch = curl_init();
but i check that on this path'd:/PHP/extensions/php_curl.dll' php_curl.dll file is present so why its not working?