<?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>Thu, 08 Jan 2009 02:49:15 -0600</pubDate>
    <ttl>30</ttl>
    <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>
