Archive for January, 2007

Getting cURL to Work in XAMPP

Monday, January 22nd, 2007

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.
  4. Go to php.ini in apache directory.
  5. Repeat Step Three.

Done.