<?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: Basic PHP and MySQL Pagination Tutorial</title>
	<atom:link href="http://www.tyleringram.com/blog/basic-php-and-mysql-pagination-tutorial/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tyleringram.com/blog/basic-php-and-mysql-pagination-tutorial</link>
	<description>Miscellaneous Ramblings of a Web Developer in the Metro Vancouver area. Technology, Web Development, Photography, Computers and Outdoor Activities</description>
	<lastBuildDate>Thu, 02 Feb 2012 21:48:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tyler Ingram</title>
		<link>http://www.tyleringram.com/blog/basic-php-and-mysql-pagination-tutorial/comment-page-1#comment-17025</link>
		<dc:creator>Tyler Ingram</dc:creator>
		<pubDate>Fri, 19 Dec 2008 16:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyleringram.com/?p=218#comment-17025</guid>
		<description>There added in the $query variable. Also cleaned up the code using a WP highlight plugin. Hopefully it reads better now. Thanks!</description>
		<content:encoded><![CDATA[<p>There added in the $query variable. Also cleaned up the code using a WP highlight plugin. Hopefully it reads better now. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Kee</title>
		<link>http://www.tyleringram.com/blog/basic-php-and-mysql-pagination-tutorial/comment-page-1#comment-17019</link>
		<dc:creator>Jeff Kee</dc:creator>
		<pubDate>Fri, 19 Dec 2008 16:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyleringram.com/?p=218#comment-17019</guid>
		<description>AT sumit - 

In most compilations of PHP it will work. If mysql_num_rows does not have a mysql result set specified, it defaults to the last query made. 

Although, I do make it a standard practice to always include the reference variable for the sake of clarity.</description>
		<content:encoded><![CDATA[<p>AT sumit &#8211; </p>
<p>In most compilations of PHP it will work. If mysql_num_rows does not have a mysql result set specified, it defaults to the last query made. </p>
<p>Although, I do make it a standard practice to always include the reference variable for the sake of clarity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sumit</title>
		<link>http://www.tyleringram.com/blog/basic-php-and-mysql-pagination-tutorial/comment-page-1#comment-17003</link>
		<dc:creator>sumit</dc:creator>
		<pubDate>Fri, 19 Dec 2008 13:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyleringram.com/?p=218#comment-17003</guid>
		<description>good basic tutorial but there is little error on line 4.instead of :
$TOTALROWS = mysql_num_rows(); 

IT should be:

$TOTALROWS=mysql_num_rows($query);

The code needs to count the number of rows retrieved with the query...

a little type i guess...</description>
		<content:encoded><![CDATA[<p>good basic tutorial but there is little error on line 4.instead of :<br />
$TOTALROWS = mysql_num_rows(); </p>
<p>IT should be:</p>
<p>$TOTALROWS=mysql_num_rows($query);</p>
<p>The code needs to count the number of rows retrieved with the query&#8230;</p>
<p>a little type i guess&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

