<?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: SQLite V3 with PHP &#8211; sample script</title>
	<atom:link href="http://www.earthinfo.org/sqlite-v3-with-php-sample-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.earthinfo.org/sqlite-v3-with-php-sample-script/</link>
	<description>Down to Earth Information</description>
	<lastBuildDate>Thu, 29 Jul 2010 18:11:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sam Stelfox</title>
		<link>http://www.earthinfo.org/sqlite-v3-with-php-sample-script/comment-page-1/#comment-4207</link>
		<dc:creator>Sam Stelfox</dc:creator>
		<pubDate>Wed, 09 Jun 2010 13:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.earthinfo.org/?p=506#comment-4207</guid>
		<description>On line 46 you should be using the constant PDO::FETCH_ASSOC. The SQLITE_ASSOC is not part of the PDO library and is subject to being broken during an update.</description>
		<content:encoded><![CDATA[<p>On line 46 you should be using the constant PDO::FETCH_ASSOC. The SQLITE_ASSOC is not part of the PDO library and is subject to being broken during an update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Csaba Szigetvári</title>
		<link>http://www.earthinfo.org/sqlite-v3-with-php-sample-script/comment-page-1/#comment-1703</link>
		<dc:creator>Csaba Szigetvári</dc:creator>
		<pubDate>Tue, 26 Jan 2010 12:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.earthinfo.org/?p=506#comment-1703</guid>
		<description>Thanks for the script! I only had to modify line 46, by using SQLITE3_ASSOC instead of SQLITE_ASSOC.</description>
		<content:encoded><![CDATA[<p>Thanks for the script! I only had to modify line 46, by using SQLITE3_ASSOC instead of SQLITE_ASSOC.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
