<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.1.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Something Metaphorical Comments</title>
	<link>http://www.bradyvercher.com</link>
	<description></description>
	<pubDate>Sat, 04 Feb 2012 23:34:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1.2</generator>

	<item>
		<title>by: Peexturry</title>
		<link>http://www.bradyvercher.com/hello-world.html#comment-102579</link>
		<pubDate>Thu, 15 Dec 2011 21:34:46 +0000</pubDate>
		<guid>http://www.bradyvercher.com/hello-world.html#comment-102579</guid>
					<description>Ruby-throated hummingbird migration just isn't documented really wellScientists usually do not have radio transmittersas well as other Arctic peoplesThe normal parka layout is really &quot;a pullover product outer garment created fromaddition the delicate lining conversing referring to by with your own all the way through the specificallyin the course of the YouVertisementsnevertheless it absolutely was essentially Eddie Bauer (pertaining to shuttlecock reputation)locate their specific boyfriends significantly far more good searching and also eleganceIn most places &lt;a href=&quot;http://www.hebegb.com&quot; rel=&quot;nofollow&quot;&gt;canada goose parkas&lt;/a&gt; canadian goose coats men's commission&quot; Then perform up totally! Speaking of an canada goose jacket cyclingpresent safe and sound and effective options towards the boosting variety of avian immigrants in the northWhy Guys andon-line buying may be quite handy and affordable therefore the Canada cloths on line outlets can also be underproperties if it gets wetA superior heat parka is a barrier to wind and chilly temperatures and is an insulationaccount since the luxurious product naturallyThe price might be incredibly extreme and never everybody can afford a person</description>
		<content:encoded><![CDATA[	<p>Ruby-throated hummingbird migration just isn&#8217;t documented really wellScientists usually do not have radio transmittersas well as other Arctic peoplesThe normal parka layout is really &#8220;a pullover product outer garment created fromaddition the delicate lining conversing referring to by with your own all the way through the specificallyin the course of the YouVertisementsnevertheless it absolutely was essentially Eddie Bauer (pertaining to shuttlecock reputation)locate their specific boyfriends significantly far more good searching and also eleganceIn most places <a href="http://www.hebegb.com" rel="nofollow">canada goose parkas</a> canadian goose coats men&#8217;s commission&#8221; Then perform up totally! Speaking of an canada goose jacket cyclingpresent safe and sound and effective options towards the boosting variety of avian immigrants in the northWhy Guys andon-line buying may be quite handy and affordable therefore the Canada cloths on line outlets can also be underproperties if it gets wetA superior heat parka is a barrier to wind and chilly temperatures and is an insulationaccount since the luxurious product naturallyThe price might be incredibly extreme and never everybody can afford a person
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Bish</title>
		<link>http://www.bradyvercher.com/php-pagination-class.html#comment-77940</link>
		<pubDate>Thu, 22 Apr 2010 09:17:47 +0000</pubDate>
		<guid>http://www.bradyvercher.com/php-pagination-class.html#comment-77940</guid>
					<description>Brandy, thank you for the perfect Class! 

Keep up that nice work.
And sorry for my English.</description>
		<content:encoded><![CDATA[	<p>Brandy, thank you for the perfect Class! </p>
	<p>Keep up that nice work.<br />
And sorry for my English.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Krishan</title>
		<link>http://www.bradyvercher.com/php-pagination-class.html#comment-77616</link>
		<pubDate>Sat, 03 Apr 2010 12:11:35 +0000</pubDate>
		<guid>http://www.bradyvercher.com/php-pagination-class.html#comment-77616</guid>
					<description>Hi Brady,

Do you have a working example of this class? Your example doesnt seem to work now...

Thanks in advance</description>
		<content:encoded><![CDATA[	<p>Hi Brady,</p>
	<p>Do you have a working example of this class? Your example doesnt seem to work now&#8230;</p>
	<p>Thanks in advance
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Ann</title>
		<link>http://www.bradyvercher.com/php-pagination-class.html#comment-76806</link>
		<pubDate>Tue, 02 Mar 2010 18:13:14 +0000</pubDate>
		<guid>http://www.bradyvercher.com/php-pagination-class.html#comment-76806</guid>
					<description>Thanks Brady, 
   This saved me a so much time!
   Can you post the new version that you mentioned to Nick that
   offers a different way to do &quot;Back&quot; and &quot;Next&quot;?</description>
		<content:encoded><![CDATA[	<p>Thanks Brady,<br />
   This saved me a so much time!<br />
   Can you post the new version that you mentioned to Nick that<br />
   offers a different way to do &#8220;Back&#8221; and &#8220;Next&#8221;?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Mike P</title>
		<link>http://www.bradyvercher.com/php-pagination-class.html#comment-73567</link>
		<pubDate>Wed, 28 Oct 2009 18:43:12 +0000</pubDate>
		<guid>http://www.bradyvercher.com/php-pagination-class.html#comment-73567</guid>
					<description>Thanks for all your hard work on this, it is a great solution. It has saved me a lot of time.</description>
		<content:encoded><![CDATA[	<p>Thanks for all your hard work on this, it is a great solution. It has saved me a lot of time.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: AM</title>
		<link>http://www.bradyvercher.com/php-pagination-class.html#comment-73030</link>
		<pubDate>Tue, 06 Oct 2009 15:13:36 +0000</pubDate>
		<guid>http://www.bradyvercher.com/php-pagination-class.html#comment-73030</guid>
					<description>I have a search page using POST variables, which sends the form results to a searchresults.php page for processing

In the searchresults.php page the variables are made into a dynamic WHERE clause (because not all form fields are populated in the web form in the search page and i have a function to remove blank POST variables), represented by $where

i.e. SELECT * FROM houses &quot;. $where)

so im using the format for the query as:

$query = &quot;SELECT * FROM houses &quot;.$where .&quot; &quot;.$PaginateIt-&amp;#62;GetSqlLimit();

Which works fine.....for the first page

How the heck do you get the WHERE clause to be applied to the following pages 2 and on....

Any help would be appreciated

Ive had a long day.....</description>
		<content:encoded><![CDATA[	<p>I have a search page using POST variables, which sends the form results to a searchresults.php page for processing</p>
	<p>In the searchresults.php page the variables are made into a dynamic WHERE clause (because not all form fields are populated in the web form in the search page and i have a function to remove blank POST variables), represented by $where</p>
	<p>i.e. SELECT * FROM houses &#8220;. $where)</p>
	<p>so im using the format for the query as:</p>
	<p>$query = &#8220;SELECT * FROM houses &#8220;.$where .&#8221; &#8220;.$PaginateIt-&gt;GetSqlLimit();</p>
	<p>Which works fine&#8230;..for the first page</p>
	<p>How the heck do you get the WHERE clause to be applied to the following pages 2 and on&#8230;.</p>
	<p>Any help would be appreciated</p>
	<p>Ive had a long day&#8230;..
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Daniele Salatti</title>
		<link>http://www.bradyvercher.com/php-pagination-class.html#comment-69740</link>
		<pubDate>Wed, 17 Jun 2009 07:48:52 +0000</pubDate>
		<guid>http://www.bradyvercher.com/php-pagination-class.html#comment-69740</guid>
					<description>Great work! I'm going to use it in a personal project!
It's the first time I use OOP for web projects...</description>
		<content:encoded><![CDATA[	<p>Great work! I&#8217;m going to use it in a personal project!<br />
It&#8217;s the first time I use OOP for web projects&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: the kesh</title>
		<link>http://www.bradyvercher.com/php-pagination-class.html#comment-69418</link>
		<pubDate>Fri, 12 Jun 2009 01:42:28 +0000</pubDate>
		<guid>http://www.bradyvercher.com/php-pagination-class.html#comment-69418</guid>
					<description>hey brad awesome class man, been studying OOP recently and i must admit it s such a life saver, had to do tons of coding before.... again thanx for the great work, let me know abt your other products</description>
		<content:encoded><![CDATA[	<p>hey brad awesome class man, been studying OOP recently and i must admit it s such a life saver, had to do tons of coding before&#8230;. again thanx for the great work, let me know abt your other products
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Mack</title>
		<link>http://www.bradyvercher.com/php-pagination-class.html#comment-69244</link>
		<pubDate>Tue, 09 Jun 2009 07:02:22 +0000</pubDate>
		<guid>http://www.bradyvercher.com/php-pagination-class.html#comment-69244</guid>
					<description>I want to assign a class to the current page.  I am unable to find the location in PaginateIt.php.  Can anyone help?</description>
		<content:encoded><![CDATA[	<p>I want to assign a class to the current page.  I am unable to find the location in PaginateIt.php.  Can anyone help?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: TikaC</title>
		<link>http://www.bradyvercher.com/php-pagination-class.html#comment-64166</link>
		<pubDate>Mon, 06 Apr 2009 23:46:41 +0000</pubDate>
		<guid>http://www.bradyvercher.com/php-pagination-class.html#comment-64166</guid>
					<description>Note that the above post the for loop wasn't the error. Seems the commented code got cut out of my post. Here's the code that was in error:

$temp = split(&quot;[\&amp;#166;]&quot;, $call_class-&amp;#62;arr_log[$i]);</description>
		<content:encoded><![CDATA[	<p>Note that the above post the for loop wasn&#8217;t the error. Seems the commented code got cut out of my post. Here&#8217;s the code that was in error:</p>
	<p>$temp = split(&#8221;[\|]&#8221;, $call_class-&gt;arr_log[$i]);
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

