<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TechiePark &#187; pagination</title>
	<atom:link href="http://www.techiepark.com/tag/pagination/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techiepark.com</link>
	<description>everything about web technologies</description>
	<lastBuildDate>Thu, 02 Feb 2012 06:00:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Simple pagination in PHP using Mysql</title>
		<link>http://www.techiepark.com/tutorials/simple-pagination-in-php-mysql/</link>
		<comments>http://www.techiepark.com/tutorials/simple-pagination-in-php-mysql/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 05:41:28 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[pagination]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.techiepark.com/?p=271</guid>
		<description><![CDATA[This is the simple example about how to do pagination in PHP. /* Function to get simple query converted into pagination query */ function getPagingQuery($sql, $itemPerPage = 10) { if (isset($_GET[&#39;page&#39;]) &#38;&#38; (int)$_GET[&#39;page&#39;] &#62; 0) { $page = (int)$_GET[&#39;page&#39;]; } else { $page = 1; } // start fetching from this row number $offset = [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/simple-pagination-in-php-mysql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pagination in JSP/Java</title>
		<link>http://www.techiepark.com/tutorials/pagination-in-jspjava/</link>
		<comments>http://www.techiepark.com/tutorials/pagination-in-jspjava/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 23:28:00 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Jsp]]></category>
		<category><![CDATA[pagination]]></category>
		<category><![CDATA[servet]]></category>

		<guid isPermaLink="false">http://laxmangunjikar.wordpress.com/2007/12/13/pagination-in-jspjava/</guid>
		<description><![CDATA[Here i&#8217;m going to write, how to do pagination in Java. The situation is first count how many rows in the database table, then query the database by page size (how many rows you want to display on a web page). In Jsp String pno=request.getParameter(&#34;pno&#34;); // this will be coming from url int pageno=0; if(pno==null) [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/pagination-in-jspjava/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

