Dec
1
PHP cURL XAMPP
December 1, 2008 |
To install, enable PHP cURL on XAMPP is really easy. All you have to do is to edit php.ini file, there are three php.ini files in your xampp folder, they are:
C:\Program Files\xampp\apache\bin\php.ini
C:\Program Files\xampp\php\php.ini
C:\Program Files\xampp\php\php4\php.ini
You really only have to edit one, which is C:\Program Files\xampp\apache\bin\php.ini.
1. Open the file in your text editor, and search for the line: ;extension=php_curl.dll
2. Uncomment it by removing the semicolon, so it should look like: extension=php_curl.dll
3. Save the file.
4. Restart your Apache Server.
Now you have cURL enabled.
Similar Posts
- Troubleshoot Flash PHP Can’t Upload Flv
- Use Adsense for Search on WordPress
- PHP Find Absolute Path
- Wordpress Mail Localhost
- Backup Export MySQL Database Using PHP
- PHP eval is evil
- PHP - Display all jpg Image Infomation
- PHP Random Password Generation


































