I am facing this error given below
Fatal error: Call to undefined function curl_init() in E:\xampp\htdocs\new\functions.php on line 11
I have already made change in php.ini. I have removed the semicolon in front of
;extension=php_crack.dll
extension=php_curl.dll
;extension=php_cvsclient.dll
and after that restart the xampp but still facing same problem.Is there any other change need.Please let me know if any
I shall be very thankful to you all
phpinfo? That change, if done in the right ini file is enough.