<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>simple PHP shopping cart script - include all script download</title>
	<atom:link href="http://www.studyblog.net/2008/11/a-simple-php-shopping-cart-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.studyblog.net/2008/11/a-simple-php-shopping-cart-script/</link>
	<description>Live and Learn</description>
	<pubDate>Sun, 01 Aug 2010 02:45:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>simple PHP shopping cart script - include all script download</title>
		<link>http://www.studyblog.net/2008/11/a-simple-php-shopping-cart-script/#comment-59</link>
		<dc:creator>Tnt</dc:creator>
		<pubDate>Wed, 12 May 2010 09:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.studyblog.net/?p=121#comment-59</guid>
		<description>functional bug in your SQL constructor.

price decimal(3,2) NOT NULL default '0.00', 
will only allow values to 9.99

try 
price decimal(5,2) NOT NULL default '0.00', 
will now allow values to 999.99</description>
		<content:encoded><![CDATA[<p>functional bug in your SQL constructor.</p>
<p>price decimal(3,2) NOT NULL default &#8216;0.00&#8242;,<br />
will only allow values to 9.99</p>
<p>try<br />
price decimal(5,2) NOT NULL default &#8216;0.00&#8242;,<br />
will now allow values to 999.99</p>
]]></content:encoded>
	</item>
	<item>
		<title>simple PHP shopping cart script - include all script download</title>
		<link>http://www.studyblog.net/2008/11/a-simple-php-shopping-cart-script/#comment-56</link>
		<dc:creator>hous</dc:creator>
		<pubDate>Mon, 19 Apr 2010 09:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.studyblog.net/?p=121#comment-56</guid>
		<description>Hello
Thank's about this script but I have a problem:
when I do the first once add to cart a message tell me " Notice: Undefined index: cart in c:\program files\easyphp1-8\www\dvd\cart.php on line 11"
then if I press the F5 key or I do 'actualiser' the message is not shown.
Can you help me please</description>
		<content:encoded><![CDATA[<p>Hello<br />
Thank&#8217;s about this script but I have a problem:<br />
when I do the first once add to cart a message tell me &#8221; Notice: Undefined index: cart in c:\program files\easyphp1-8\www\dvd\cart.php on line 11&#8243;<br />
then if I press the F5 key or I do &#8216;actualiser&#8217; the message is not shown.<br />
Can you help me please</p>
]]></content:encoded>
	</item>
	<item>
		<title>simple PHP shopping cart script - include all script download</title>
		<link>http://www.studyblog.net/2008/11/a-simple-php-shopping-cart-script/#comment-20</link>
		<dc:creator>A simple PHP shopping cart script &#124; forexaud.com</dc:creator>
		<pubDate>Sat, 08 Nov 2008 13:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.studyblog.net/?p=121#comment-20</guid>
		<description>[...] A simple PHP shopping cart script [...]</description>
		<content:encoded><![CDATA[<p>[...] A simple PHP shopping cart script [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
