<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: PHP Caching using Memcached</title>
	<link>http://zeratool.com/blog/2008/01/24/php-caching-using-memcached/</link>
	<description>FRee and Open Source Technologies</description>
	<pubDate>Wed, 07 Jan 2009 05:11:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
		<item>
		<title>By: admin</title>
		<link>http://zeratool.com/blog/2008/01/24/php-caching-using-memcached/#comment-75</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 30 Nov 2008 15:35:31 +0000</pubDate>
		<guid>http://zeratool.com/blog/2008/01/24/php-caching-using-memcached/#comment-75</guid>
		<description>Hi Dheeraj,

Sorry for the late reply, please check first the output of your mysqli_result, print_r it to verifiy that you get what you need to get, before saving it to memcached. Maybe the result is empty so the memcached also saved an empty result set.

Hope that helps</description>
		<content:encoded><![CDATA[<p>Hi Dheeraj,</p>
<p>Sorry for the late reply, please check first the output of your mysqli_result, print_r it to verifiy that you get what you need to get, before saving it to memcached. Maybe the result is empty so the memcached also saved an empty result set.</p>
<p>Hope that helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dheeraj</title>
		<link>http://zeratool.com/blog/2008/01/24/php-caching-using-memcached/#comment-74</link>
		<dc:creator>Dheeraj</dc:creator>
		<pubDate>Wed, 05 Nov 2008 15:06:28 +0000</pubDate>
		<guid>http://zeratool.com/blog/2008/01/24/php-caching-using-memcached/#comment-74</guid>
		<description>Explained in very simple way. Its great. 

But i am getting problem in saving resultset in memcache.

I am saving resultset in memcache and then doing print_r, it is displaying O:13:"mysqli_result":0:{}    

And not treating it as mysqli_result.

So how we can save it as mysqli_result in memcache?</description>
		<content:encoded><![CDATA[<p>Explained in very simple way. Its great. </p>
<p>But i am getting problem in saving resultset in memcache.</p>
<p>I am saving resultset in memcache and then doing print_r, it is displaying O:13:&#8221;mysqli_result&#8221;:0:{}    </p>
<p>And not treating it as mysqli_result.</p>
<p>So how we can save it as mysqli_result in memcache?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
