How to Enable CURL in PHP?

Please do the followings:

01. Open the php.ini file.
02. Find the “; extension=php_curl.dll “and uncommented like “extension=php_curl.dll” and then save it and restart the service.

Leave a comment