2007 Feb 8

Enable curl with XAMPP on Windows XP

To enable curl library with XAMPP we need to modify the php.ini files in our xampp folder.

1) Locate the following files:
C:\Program Files\xampp\apache\bin\php.ini
C:\Program Files\xampp\php\php.ini
C:\Program Files\xampp\php\php4\php.ini

2) Uncomment the following line on your php.ini file by removing the semicolon.

;extension=php_curl.dll

3) Restart your apache server.

4) Check your phpinfo if curl was properly enabled.





-----
Demand by businesses for 650-393 certified people is fueling the drive for IT certifications. Microsoft 70-284 certification along with 70-528 can be helpful in boosting your career to the next level. Today, PMI-001 and other IT certifications especially CISCO 350-029 certification are becoming as marketable as academic degrees. CISCO 640-801 certification is opening doors for professionals to the most rewarding posts in networking field.

1 TrackBacks

Listed below are links to blogs that reference this entry: Enable curl with XAMPP on Windows XP.

TrackBack URL for this entry: http://www.tildemark.com/cgi-bin/mt4/mt-tb.cgi/57

Using cURL with XAMPP from Edmonds Commerce Blog on February 27, 2008 7:37 PM

If you have read through this blog, you will realise that I am a big fan of the cURL library for PHP. Also, when using windows to code - I like to use the XAMPP package to give me easy access to an Apache, PHP and MySQL stack. So here is my quick guide... Read More

2 Comments

Hey, thanks for this =]

Excellent! Just Sweet & Simple :)

Leave a comment

About this Entry

This page contains a single entry by tildemark published on February 8, 2007 2:46 PM.

Inserting duplicate indexed field in mysql was the previous entry in this blog.

Adding Bookmark This link to your website using javascript is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.