<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Tue, 21 May 2013 15:26:55 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[TrueLogic.org: Integrate the Mailchimp API with your PHP application]]></title>
      <guid>http://www.phpdeveloper.org/news/18289</guid>
      <link>http://www.phpdeveloper.org/news/18289</link>
      <description><![CDATA[<p>
In <a href="http://truelogic.org/wordpress/2012/07/28/integrate-the-mailchimp-api-with-your-php-application/">this new tutorial</a> to the TrueLogic.org site, they show you how to use the Mailchimp (using a library) from your application.
</p>
<blockquote>
For those unfamiliar with Mailchimp it is an online service for handling subscribers and newsletters. It is mainly used to handle subscription lists and sending newsletters via its Mailchimp API which has wrappers and integration features for various languages/platforms. [...] In this article we will take a quick look at how to integrate this with your PHP application. If you want a detailed reference on integration then its better to look at the official API documentation. Here, we just want to give a simple and practical explanation on how to go about it.
</blockquote>
<p>
Once you've <a href="http://kb.mailchimp.com/article/where-can-i-find-my-api-key/">gotten an API key</a>, you can follow along with the tutorial. They show you how to subscribe to lists, create campaigns, unsubscribe from a list and delete a campaign.
</p>]]></description>
      <pubDate>Mon, 30 Jul 2012 11:17:21 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Web Development Blog: Integrate your MailChimp Newsletter Subscription]]></title>
      <guid>http://www.phpdeveloper.org/news/13431</guid>
      <link>http://www.phpdeveloper.org/news/13431</link>
      <description><![CDATA[<p>
On the Web Development Blog there's <a href="http://www.web-development-blog.com/archives/integrate-your-mailchimp-newsletter-subscription/">a recent post</a> looking at the integration of the <a href="http://eepurl.com/cHpm">MailChimp</a> mailing list service with your current application for list management.
</p>
<blockquote>
<a href="http://eepurl.com/cHpm">MailChimp</a> is a great mailing list provider with a great control panel and many useful features like: campaign management, statistics, responders and complete set of List management tools. They offer also an small code snippet to place a subscription form on your website. This form powered by jQuery is good enough for most common cases, but what if you like to combine your newsletter subscription with a standard function like contact or registration form?
</blockquote>
<p>
They show you how to create the front end - a HTML form pointing to your own PHP script - and the PHP code to make a cURL request over to the MailChimp servers to subscribe the given email address to your list. 
</p>]]></description>
      <pubDate>Mon, 26 Oct 2009 12:49:34 -0500</pubDate>
    </item>
  </channel>
</rss>
