<?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: MySQL : &#8220;how many records per day?&#8221;</title>
	<atom:link href="http://somejunkwelike.com/wordpress/2006/10/17/mysql-how-many-records-per-day/feed/" rel="self" type="application/rss+xml" />
	<link>http://somejunkwelike.com/wordpress/2006/10/17/mysql-how-many-records-per-day/</link>
	<description>some junk we like</description>
	<lastBuildDate>Mon, 06 Feb 2012 23:29: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: Eureka123</title>
		<link>http://somejunkwelike.com/wordpress/2006/10/17/mysql-how-many-records-per-day/comment-page-1/#comment-99779</link>
		<dc:creator>Eureka123</dc:creator>
		<pubDate>Sun, 15 Mar 2009 12:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.somejunkwelike.com/wordpress/2006/10/17/mysql-how-many-records-per-day/#comment-99779</guid>
		<description>Finally found what I was looking for. Great!

echo &quot;&quot;;
while($arr = mysql_fetch_assoc($res)) {
echo &quot;&quot;.$arr[&#039;thedate&#039;].&quot;&#160;=&gt;&#160;&quot;.$arr[&#039;count&#039;].&quot;&quot;;
}
echo &quot;&quot;;</description>
		<content:encoded><![CDATA[<p>Finally found what I was looking for. Great!</p>
<p>echo &#8220;&#8221;;<br />
while($arr = mysql_fetch_assoc($res)) {<br />
echo &#8220;&#8221;.$arr['thedate'].&#8221;&nbsp;=&gt;&nbsp;&#8221;.$arr['count'].&#8221;";<br />
}<br />
echo &#8220;&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eureka123</title>
		<link>http://somejunkwelike.com/wordpress/2006/10/17/mysql-how-many-records-per-day/comment-page-1/#comment-103245</link>
		<dc:creator>Eureka123</dc:creator>
		<pubDate>Sun, 15 Mar 2009 12:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.somejunkwelike.com/wordpress/2006/10/17/mysql-how-many-records-per-day/#comment-103245</guid>
		<description>Finally found what I was looking for. Great!

echo &quot;&quot;;
while($arr = mysql_fetch_assoc($res)) {
echo &quot;&quot;.$arr[&#039;thedate&#039;].&quot;&#160;=&gt;&#160;&quot;.$arr[&#039;count&#039;].&quot;&quot;;
}
echo &quot;&quot;;</description>
		<content:encoded><![CDATA[<p>Finally found what I was looking for. Great!</p>
<p>echo &#8220;&#8221;;<br />
while($arr = mysql_fetch_assoc($res)) {<br />
echo &#8220;&#8221;.$arr['thedate'].&#8221;&nbsp;=&gt;&nbsp;&#8221;.$arr['count'].&#8221;";<br />
}<br />
echo &#8220;&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://somejunkwelike.com/wordpress/2006/10/17/mysql-how-many-records-per-day/comment-page-1/#comment-48347</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 16 Feb 2007 03:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.somejunkwelike.com/wordpress/2006/10/17/mysql-how-many-records-per-day/#comment-48347</guid>
		<description>I dont think you need the DISTINCT in there. the Group By should do that for you.</description>
		<content:encoded><![CDATA[<p>I dont think you need the DISTINCT in there. the Group By should do that for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://somejunkwelike.com/wordpress/2006/10/17/mysql-how-many-records-per-day/comment-page-1/#comment-103244</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 16 Feb 2007 03:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.somejunkwelike.com/wordpress/2006/10/17/mysql-how-many-records-per-day/#comment-103244</guid>
		<description>I dont think you need the DISTINCT in there. the Group By should do that for you.</description>
		<content:encoded><![CDATA[<p>I dont think you need the DISTINCT in there. the Group By should do that for you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

