Getting cURL to Work in XAMPP

Do something cool with CMS? Show us ...
This board is for 'Answers', and the discussion of answers... Not for questions.
Post Reply
User avatar
coreman
New Member
New Member
Posts: 4
Joined: Mon Dec 15, 2008 9:16 am

Getting cURL to Work in XAMPP

Post by coreman »

Simple yet effective.

1. Go to xampp install directory.
2. Go to php.ini in php directory.
3. Open php.ini and find curl, uncomment the first find you see. Save and close file.

    ;extension=php_curl.dll


become to

    extension=php_curl.dll

4. Go to php.ini in apache directory or apache/bin directory.
5. Repeat Step Three.

Done.

Courtesy: CoreTemplate
Post Reply

Return to “Tips and Tricks”