Magento xampp Error: PHP Extension “curl” must be loaded.

On “xampp” you will Have following file to edit:

C:\xampp\phpp\hp.ini
Open the files one at a time

Press Ctrl + F And search\Find “extension=php_curl.dll”, You will See    “;extension=php_curl.dll”

all you have to do is remove ” ; ” from  files Make them:
extension=php_curl.dll

And Restart The Xampp Server. Now Curl Support will be on.

I hope it will help u.