<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: PHP and PDO</title>
	<atom:link href="http://cogo.wordpress.com/2006/07/01/php-and-pdo/feed/" rel="self" type="application/rss+xml" />
	<link>http://cogo.wordpress.com/2006/07/01/php-and-pdo/</link>
	<description>Christer Edvartsen's blog about ... things!</description>
	<lastBuildDate>Sun, 13 Dec 2009 12:09:15 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Zachary Weber</title>
		<link>http://cogo.wordpress.com/2006/07/01/php-and-pdo/#comment-5330</link>
		<dc:creator>Zachary Weber</dc:creator>
		<pubDate>Tue, 15 Sep 2009 16:39:49 +0000</pubDate>
		<guid isPermaLink="false">https://cogo.wordpress.com/2006/07/01/php-and-pdo/#comment-5330</guid>
		<description>Oh my God thank you SO much! I have been looking for HOURS for something like this!

I am definitely bookmarking this site. I REALLY appreciate this article!</description>
		<content:encoded><![CDATA[<p>Oh my God thank you SO much! I have been looking for HOURS for something like this!</p>
<p>I am definitely bookmarking this site. I REALLY appreciate this article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Moro</title>
		<link>http://cogo.wordpress.com/2006/07/01/php-and-pdo/#comment-5115</link>
		<dc:creator>Adam Moro</dc:creator>
		<pubDate>Wed, 21 Jan 2009 22:11:16 +0000</pubDate>
		<guid isPermaLink="false">https://cogo.wordpress.com/2006/07/01/php-and-pdo/#comment-5115</guid>
		<description>Thanks, this was very helpful...especially the first example. I&#039;ve always used query() for pretty much everything but this seems to work much faster.</description>
		<content:encoded><![CDATA[<p>Thanks, this was very helpful&#8230;especially the first example. I&#8217;ve always used query() for pretty much everything but this seems to work much faster.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: christer</title>
		<link>http://cogo.wordpress.com/2006/07/01/php-and-pdo/#comment-680</link>
		<dc:creator>christer</dc:creator>
		<pubDate>Mon, 05 Feb 2007 18:14:43 +0000</pubDate>
		<guid isPermaLink="false">https://cogo.wordpress.com/2006/07/01/php-and-pdo/#comment-680</guid>
		<description>I have tried to use that feature but the results were not too impressive. It&#039;s been a while since I did the tests, so stuff might work better now. :)

Thanks for the comment</description>
		<content:encoded><![CDATA[<p>I have tried to use that feature but the results were not too impressive. It&#8217;s been a while since I did the tests, so stuff might work better now. :)</p>
<p>Thanks for the comment</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://cogo.wordpress.com/2006/07/01/php-and-pdo/#comment-679</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 05 Feb 2007 16:50:48 +0000</pubDate>
		<guid isPermaLink="false">https://cogo.wordpress.com/2006/07/01/php-and-pdo/#comment-679</guid>
		<description>PDO is nice.

May I suggest that if you&#039;re doing text searches that you don&#039;t use &#039;LIKE&#039;.  Try MySQL&#039;s MATCH (cols) AGAINST (expr) syntax with a FULLTEXT index.  Much faster, and easier to code too.

http://dev.mysql.com/doc/refman/5.0/en/fulltext-search.html</description>
		<content:encoded><![CDATA[<p>PDO is nice.</p>
<p>May I suggest that if you&#8217;re doing text searches that you don&#8217;t use &#8216;LIKE&#8217;.  Try MySQL&#8217;s MATCH (cols) AGAINST (expr) syntax with a FULLTEXT index.  Much faster, and easier to code too.</p>
<p><a href="http://dev.mysql.com/doc/refman/5.0/en/fulltext-search.html" rel="nofollow">http://dev.mysql.com/doc/refman/5.0/en/fulltext-search.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
