Using Mailchimp with CodeIgniter

On my new everythingyouliked.com site I wanted to include a MailChimp subscription form. Here’s the breakdown of how I did this. First of all I’ve used the excellent CodeIgniter Library for MailChimp API v1.3 from Wayn Hall. I’ve placed the MCAPI.php into the application/libraries folder and renamed it to Mcapi.php, and renamed the class itself to […]