How Can We Help?
Add this line of code to a PHP script
var_dump(curl_version());
If there was a error similar to this Fatal error: Call to undefined function curl_version() or no results was shown, it means that CURL is not installed.
Add this line of code to a PHP script
var_dump(curl_version());
If there was a error similar to this Fatal error: Call to undefined function curl_version() or no results was shown, it means that CURL is not installed.