<?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: PHP Pagination with mysqli</title>
	<atom:link href="http://bluedogwebservices.com/php-pagination-with-mysqli/feed/" rel="self" type="application/rss+xml" />
	<link>http://bluedogwebservices.com/php-pagination-with-mysqli/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=php-pagination-with-mysqli</link>
	<description>BlueDog Web Services</description>
	<lastBuildDate>Thu, 26 Jan 2012 21:06:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: AaronCampbell</title>
		<link>http://bluedogwebservices.com/php-pagination-with-mysqli/#comment-94</link>
		<dc:creator>AaronCampbell</dc:creator>
		<pubDate>Fri, 18 Jun 2010 23:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/php-pagination-with-mysqli/#comment-94</guid>
		<description>Correct.  Not to mention it&#039;s quite old and could probably be improved upon.  Still, it works pretty well and is still actively used on some sites.</description>
		<content:encoded><![CDATA[<p>Correct.  Not to mention it&#8217;s quite old and could probably be improved upon.  Still, it works pretty well and is still actively used on some sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elvy</title>
		<link>http://bluedogwebservices.com/php-pagination-with-mysqli/#comment-93</link>
		<dc:creator>Elvy</dc:creator>
		<pubDate>Fri, 18 Jun 2010 23:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/php-pagination-with-mysqli/#comment-93</guid>
		<description>Thats a shame...I posted that comment on reddit which received 10 ups in 1 minute. Thanks for responding the way you did though, I appreciate it. I assume that this class is not compatible with prepared statements?</description>
		<content:encoded><![CDATA[<p>Thats a shame&#8230;I posted that comment on reddit which received 10 ups in 1 minute. Thanks for responding the way you did though, I appreciate it. I assume that this class is not compatible with prepared statements?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AaronCampbell</title>
		<link>http://bluedogwebservices.com/php-pagination-with-mysqli/#comment-92</link>
		<dc:creator>AaronCampbell</dc:creator>
		<pubDate>Fri, 18 Jun 2010 21:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/php-pagination-with-mysqli/#comment-92</guid>
		<description>Oh, and your comment was edited because this site is G rated.  If you comment like that again I won&#039;t take the time to fix it, you&#039;ll go straight to spam.</description>
		<content:encoded><![CDATA[<p>Oh, and your comment was edited because this site is G rated.  If you comment like that again I won&#8217;t take the time to fix it, you&#8217;ll go straight to spam.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AaronCampbell</title>
		<link>http://bluedogwebservices.com/php-pagination-with-mysqli/#comment-91</link>
		<dc:creator>AaronCampbell</dc:creator>
		<pubDate>Fri, 18 Jun 2010 21:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/php-pagination-with-mysqli/#comment-91</guid>
		<description>This is not a complete db class, it is simply for pagination.  Anything you send to Paginate::get_results() should be just as clean as anything you would send to Mysqli::query(), and that&#039;s your responsibility.  As for the example above, there is absolutely no risk of injection because there are no variables used in the query except one session variable that we filled just before using.</description>
		<content:encoded><![CDATA[<p>This is not a complete db class, it is simply for pagination.  Anything you send to Paginate::get_results() should be just as clean as anything you would send to Mysqli::query(), and that&#8217;s your responsibility.  As for the example above, there is absolutely no risk of injection because there are no variables used in the query except one session variable that we filled just before using.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elvy</title>
		<link>http://bluedogwebservices.com/php-pagination-with-mysqli/#comment-90</link>
		<dc:creator>Elvy</dc:creator>
		<pubDate>Fri, 18 Jun 2010 20:29:46 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/php-pagination-with-mysqli/#comment-90</guid>
		<description>WTF...is this for real? What about SQL injection?</description>
		<content:encoded><![CDATA[<p>WTF&#8230;is this for real? What about SQL injection?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://bluedogwebservices.com/php-pagination-with-mysqli/#comment-89</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Tue, 26 May 2009 02:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/php-pagination-with-mysqli/#comment-89</guid>
		<description>Hello, I tried to use this class and set_per_page to something less than 20. It worked for the page links, however the results were not changed. I discovered this is because the query isn&#039;t recreated. I got it working with a minor modification. I stored the original query and call create_query after setting the per_page value. Other than that, this class is very useful. Thanks.</description>
		<content:encoded><![CDATA[<p>Hello, I tried to use this class and set_per_page to something less than 20. It worked for the page links, however the results were not changed. I discovered this is because the query isn&#8217;t recreated. I got it working with a minor modification. I stored the original query and call create_query after setting the per_page value. Other than that, this class is very useful. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Y920.com</title>
		<link>http://bluedogwebservices.com/php-pagination-with-mysqli/#comment-87</link>
		<dc:creator>Y920.com</dc:creator>
		<pubDate>Wed, 11 Feb 2009 12:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/php-pagination-with-mysqli/#comment-87</guid>
		<description>Good Explain..</description>
		<content:encoded><![CDATA[<p>Good Explain..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juanjo</title>
		<link>http://bluedogwebservices.com/php-pagination-with-mysqli/#comment-88</link>
		<dc:creator>Juanjo</dc:creator>
		<pubDate>Sat, 29 Nov 2008 11:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/php-pagination-with-mysqli/#comment-88</guid>
		<description>Hello!
I&#039;m not use the class already, but in principle seems a good code! Thanks for share this... and sorry for my bad english, i&#039;m writing this text witought dictionary, so ... &#161;Thanks again!</description>
		<content:encoded><![CDATA[<p>Hello!<br />
I&#039;m not use the class already, but in principle seems a good code! Thanks for share this&#8230; and sorry for my bad english, i&#039;m writing this text witought dictionary, so &#8230; &iexcl;Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron D. Campbell</title>
		<link>http://bluedogwebservices.com/php-pagination-with-mysqli/#comment-85</link>
		<dc:creator>Aaron D. Campbell</dc:creator>
		<pubDate>Tue, 25 Sep 2007 15:12:35 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/php-pagination-with-mysqli/#comment-85</guid>
		<description>I updated the example to show a more reasonable use case.  I hope that helps.</description>
		<content:encoded><![CDATA[<p>I updated the example to show a more reasonable use case.  I hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mrozko</title>
		<link>http://bluedogwebservices.com/php-pagination-with-mysqli/#comment-86</link>
		<dc:creator>Mrozko</dc:creator>
		<pubDate>Tue, 25 Sep 2007 07:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://bluedogwebservices.com/php-pagination-with-mysqli/#comment-86</guid>
		<description>Thanks for your class - seems to be very useful for me, but I have problem to start work with. Could you help me, please, with some additional comments (or examples) &quot;how to use this&quot;????

Best regards,
Mrozko</description>
		<content:encoded><![CDATA[<p>Thanks for your class &#8211; seems to be very useful for me, but I have problem to start work with. Could you help me, please, with some additional comments (or examples) &#8220;how to use this&#8221;????</p>
<p>Best regards,<br />
Mrozko</p>
]]></content:encoded>
	</item>
</channel>
</rss>

