<?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: Simple CRUD with PHP &amp; MySQLi</title>
	<atom:link href="http://blog.pdwd.net/simple-crud-with-php-mysqli/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pdwd.net/simple-crud-with-php-mysqli/</link>
	<description>Web design &#38; development blog. HTML + CSS + PHP + jQuery + Usability + Accessability</description>
	<lastBuildDate>Thu, 24 Dec 2009 17:06:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jodi</title>
		<link>http://blog.pdwd.net/simple-crud-with-php-mysqli/comment-page-1/#comment-2375</link>
		<dc:creator>jodi</dc:creator>
		<pubDate>Thu, 24 Dec 2009 17:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pdwd.net/?p=578#comment-2375</guid>
		<description>You have prepared a very simple but nice tutorial for switching mysql to mysqli in php. It&#039;s good for its purpose, but i suggest you update this tutorial to include the prepared statements (bind_param and bind_result) just so people because it&#039;s really what mysqli is for.

Nice tutorial though.</description>
		<content:encoded><![CDATA[<p>You have prepared a very simple but nice tutorial for switching mysql to mysqli in php. It&#8217;s good for its purpose, but i suggest you update this tutorial to include the prepared statements (bind_param and bind_result) just so people because it&#8217;s really what mysqli is for.</p>
<p>Nice tutorial though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.pdwd.net/simple-crud-with-php-mysqli/comment-page-1/#comment-1769</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 23 Nov 2009 18:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pdwd.net/?p=578#comment-1769</guid>
		<description>It all depends what you mean.

If you mean cacheing the SQL query, you can&#039;t.
If you mean cacheing the results, there&#039;s many ways. It&#039;s a completely different kettle of fish however, and nothing to do with MySQLi. MySQLi is just a newer and &#039;improved&#039; (that&#039;s what the &#039;i&#039; means) method of connecting to a MySQL database.</description>
		<content:encoded><![CDATA[<p>It all depends what you mean.</p>
<p>If you mean cacheing the SQL query, you can&#8217;t.<br />
If you mean cacheing the results, there&#8217;s many ways. It&#8217;s a completely different kettle of fish however, and nothing to do with MySQLi. MySQLi is just a newer and &#8216;improved&#8217; (that&#8217;s what the &#8216;i&#8217; means) method of connecting to a MySQL database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norris Jay S. Perez</title>
		<link>http://blog.pdwd.net/simple-crud-with-php-mysqli/comment-page-1/#comment-1760</link>
		<dc:creator>Norris Jay S. Perez</dc:creator>
		<pubDate>Mon, 23 Nov 2009 06:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pdwd.net/?p=578#comment-1760</guid>
		<description>Hi, how do you cache queries in mysqli??</description>
		<content:encoded><![CDATA[<p>Hi, how do you cache queries in mysqli??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sanakan</title>
		<link>http://blog.pdwd.net/simple-crud-with-php-mysqli/comment-page-1/#comment-1692</link>
		<dc:creator>sanakan</dc:creator>
		<pubDate>Fri, 20 Nov 2009 17:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pdwd.net/?p=578#comment-1692</guid>
		<description>Thanks for your sharer!
er,what about snippets include &quot;Prepare Statement&quot;?</description>
		<content:encoded><![CDATA[<p>Thanks for your sharer!<br />
er,what about snippets include &#8220;Prepare Statement&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://blog.pdwd.net/simple-crud-with-php-mysqli/comment-page-1/#comment-1635</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sun, 15 Nov 2009 15:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pdwd.net/?p=578#comment-1635</guid>
		<description>Nice tutorial, I need to start using MySQLi</description>
		<content:encoded><![CDATA[<p>Nice tutorial, I need to start using MySQLi</p>
]]></content:encoded>
	</item>
</channel>
</rss>
