<?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: [PHP quickie] Select a certain number of words from a string</title>
	<atom:link href="http://tiffanybbrown.com/2009/03/26/php-quickie-select-a-certain-number-of-words-from-a-string/feed/" rel="self" type="application/rss+xml" />
	<link>http://tiffanybbrown.com/2009/03/26/php-quickie-select-a-certain-number-of-words-from-a-string/</link>
	<description>A web log about web development and internet culture with frequent detours into other stuff.</description>
	<lastBuildDate>Fri, 03 Feb 2012 12:47:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Stephen</title>
		<link>http://tiffanybbrown.com/2009/03/26/php-quickie-select-a-certain-number-of-words-from-a-string/comment-page-1/#comment-91394</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Tue, 28 Apr 2009 09:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://tiffanybbrown.com/?p=1893#comment-91394</guid>
		<description>Instead of that for loop (though there&#039;s nothing wrong with it), I think it might look cleaner to use: 
array_slice($input,0,$number_of_words); 
and 
implode(&quot; &quot;,$input); 
 </description>
		<content:encoded><![CDATA[<p>Instead of that for loop (though there&#039;s nothing wrong with it), I think it might look cleaner to use:<br />
array_slice($input,0,$number_of_words);<br />
and<br />
implode(&quot; &quot;,$input);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://tiffanybbrown.com/2009/03/26/php-quickie-select-a-certain-number-of-words-from-a-string/comment-page-1/#comment-93492</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Tue, 28 Apr 2009 09:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://tiffanybbrown.com/?p=1893#comment-93492</guid>
		<description>Instead of that for loop (though there&#039;s nothing wrong with it), I think it might look cleaner to use: 
array_slice($input,0,$number_of_words); 
and 
implode(&quot; &quot;,$input);</description>
		<content:encoded><![CDATA[<p>Instead of that for loop (though there&#039;s nothing wrong with it), I think it might look cleaner to use:<br />
array_slice($input,0,$number_of_words);<br />
and<br />
implode(&quot; &quot;,$input);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

