<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Add a &#8216;new&#8217; symbol to your latest products</title>
	<atom:link href="http://www.zencarttips.co.uk/add-a-new-symbol-to-your-latest-products/feed" rel="self" type="application/rss+xml" />
	<link>http://www.zencarttips.co.uk/add-a-new-symbol-to-your-latest-products</link>
	<description>Getting the most out of Zen Cart</description>
	<lastBuildDate>Fri, 24 Apr 2009 11:43:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Glenn Herbert</title>
		<link>http://www.zencarttips.co.uk/add-a-new-symbol-to-your-latest-products/comment-page-1#comment-70</link>
		<dc:creator>Glenn Herbert</dc:creator>
		<pubDate>Sat, 06 Dec 2008 05:04:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.zencarttips.co.uk/add-a-new-symbol-to-your-latest-products/#comment-70</guid>
		<description>Nice tip!
Users should note that the table name will only be &quot;zen_products&quot; if you have set a table prefix of &quot;zen&quot; when installing.
It would be safer to use the constant that holds the value of the table name for your installation. Something like

$datesql = “select products_date_added from &#039; . TABLE_PRODUCTS . &#039; where products_id = “. (int)$_GET[&#039;products_id&#039;] .” “;</description>
		<content:encoded><![CDATA[<p>Nice tip!<br />
Users should note that the table name will only be &#8220;zen_products&#8221; if you have set a table prefix of &#8220;zen&#8221; when installing.<br />
It would be safer to use the constant that holds the value of the table name for your installation. Something like</p>
<p>$datesql = “select products_date_added from &#8216; . TABLE_PRODUCTS . &#8216; where products_id = “. (int)$_GET['products_id'] .” “;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
