<?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>Sat, 18 May 2013 06:12:14 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DevShed: Using Code Igniter to Build an IP-to-Country Mapping Application]]></title>
      <guid>http://www.phpdeveloper.org/news/12016</guid>
      <link>http://www.phpdeveloper.org/news/12016</link>
      <description><![CDATA[<p>
DevShed finished off their tutorial series looking at mapping IPs to countries in a CodeIgniter application with <a href="http://www.devshed.com/c/a/PHP/Using-Code-Igniter-to-Build-an-IPtoCountry-Mapping-Application/">this new article</a> completing the application to provide a correct products list based on their location.
</p>
<blockquote>
In this final chapter of the series, I'll be discussing how to build multi-lingual web pages by combining the functionality brought by the "iptocountry" MySQL table that you learned in previous tutorials and the power of the Code Igniter PHP framework.
</blockquote>
<p>
Their database tables sort the prodcuts out with the three character country code they're associated with. The IP-to-country tables then help with the translation between the visitor's IP address and which products should be shown.
</p>]]></description>
      <pubDate>Wed, 25 Feb 2009 07:57:11 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Developer.com: Developing a Ajax-driven Shopping Cart with PHP and Prototype]]></title>
      <guid>http://www.phpdeveloper.org/news/7167</guid>
      <link>http://www.phpdeveloper.org/news/7167</link>
      <description><![CDATA[<p>
On Developer.com, <i>Jason Gilmore</i> has posted <a href="http://www.developer.com/lang/jscript/article.php/3656001">This new tutorial</a> that steps you through the creation of an ajax-enabled shopping cart that combines PHP and Prototype.
</p>
<blockquote>
In the latest installment of this ongoing PHP series, I'll show you how to build a shopping cart using PHP, session handling, and the Prototype JavaScript library (<a href="http://www.developer.com/open/article.php/3648396">introduced in an earlier installment</a>). The cart allows users to add and delete products from the cart, as well as change cart quantities. And of course, the interaction is seemingly instantaneous, allowing for the user to continue shopping without waiting for the page to reload.
</blockquote>
<p>
He <a href="http://www.developer.com/lang/jscript/article.php/3656001">creates the database table</a> first (bottom up approach), then moves to the PHP code to handle the request/responses for the shopping cart, and with a little bit of session magic to connect the cart to the user and the Prototype tossed in, the cart is complete.
</p>]]></description>
      <pubDate>Fri, 26 Jan 2007 07:46:00 -0600</pubDate>
    </item>
  </channel>
</rss>
