<?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: Item based collaborative filtering in PHP</title>
	<atom:link href="http://www.codediesel.com/php/item-based-collaborative-filtering-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codediesel.com/php/item-based-collaborative-filtering-php/</link>
	<description>/* PHP &#38; MySQL Journal */</description>
	<lastBuildDate>Fri, 27 Jan 2012 16:39:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: metin2yang</title>
		<link>http://www.codediesel.com/php/item-based-collaborative-filtering-php/comment-page-1/#comment-1694</link>
		<dc:creator>metin2yang</dc:creator>
		<pubDate>Tue, 02 Mar 2010 06:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=27#comment-1694</guid>
		<description>this is great artic!very good!</description>
		<content:encoded><![CDATA[<p>this is great artic!very good!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malscorpion</title>
		<link>http://www.codediesel.com/php/item-based-collaborative-filtering-php/comment-page-1/#comment-1651</link>
		<dc:creator>Malscorpion</dc:creator>
		<pubDate>Thu, 28 Jan 2010 19:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=27#comment-1651</guid>
		<description>thank you verry much .

this posted subject is begin my project.

now my project just complete .

everybody interresting in recommender system collaborative filtering 

and understand You can send question to me at  

malscorpio@hotmail.com

if that problem I can help you .I pleased.</description>
		<content:encoded><![CDATA[<p>thank you verry much .</p>
<p>this posted subject is begin my project.</p>
<p>now my project just complete .</p>
<p>everybody interresting in recommender system collaborative filtering </p>
<p>and understand You can send question to me at  </p>
<p><a href="mailto:malscorpio@hotmail.com">malscorpio@hotmail.com</a></p>
<p>if that problem I can help you .I pleased.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dofus kamas</title>
		<link>http://www.codediesel.com/php/item-based-collaborative-filtering-php/comment-page-1/#comment-1434</link>
		<dc:creator>dofus kamas</dc:creator>
		<pubDate>Wed, 07 Oct 2009 04:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=27#comment-1434</guid>
		<description>this is exactly the post I needed to see!</description>
		<content:encoded><![CDATA[<p>this is exactly the post I needed to see!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wow gold</title>
		<link>http://www.codediesel.com/php/item-based-collaborative-filtering-php/comment-page-1/#comment-1247</link>
		<dc:creator>wow gold</dc:creator>
		<pubDate>Fri, 12 Jun 2009 09:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=27#comment-1247</guid>
		<description>this is exactly the post I needed to see!</description>
		<content:encoded><![CDATA[<p>this is exactly the post I needed to see!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Puiu</title>
		<link>http://www.codediesel.com/php/item-based-collaborative-filtering-php/comment-page-1/#comment-1229</link>
		<dc:creator>Adrian Puiu</dc:creator>
		<pubDate>Wed, 03 Jun 2009 06:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=27#comment-1229</guid>
		<description>for those who don&#039;t have the names of books in table just use explode to extract the the id of the product:


foreach($recommendation as $key =&gt; $value)
			{
			if($z &gt; 5)
			{
				break;
			}		
			$key_parts = explode(&#039;_&#039;, $key);
			
			$product_id = $key_parts[1]	;			

			$html .= show_product($product_id);
			
			$z++;


where key is $product_id</description>
		<content:encoded><![CDATA[<p>for those who don&#8217;t have the names of books in table just use explode to extract the the id of the product:</p>
<p>foreach($recommendation as $key =&gt; $value)<br />
			{<br />
			if($z &gt; 5)<br />
			{<br />
				break;<br />
			}<br />
			$key_parts = explode(&#8216;_&#8217;, $key);</p>
<p>			$product_id = $key_parts[1]	;			</p>
<p>			$html .= show_product($product_id);</p>
<p>			$z++;</p>
<p>where key is $product_id</p>
]]></content:encoded>
	</item>
</channel>
</rss>

