<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/php/tags/results</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 15:59:35 GMT</pubDate>
<item>
<title>(PHP) SessCacher: Class for caching data through php session - TimoZachi</title>
<link>http://snipplr.com/view/58628/sesscacher-class-for-caching-data-through-php-session/</link>
<description><![CDATA[ <p>This is a custom class for caching results through php's session. The class can be used to cache anything, but i use it to cache mysql results so i don't have to get all the time the results by querying MySQL (wich may take a long time, especialy if  MySQL's server is not the same as PHP's server), increasing enormously performance. Since the database is in constant actualization, there is an optional parameter to limit the maximun number of times you want to reuse the cached data. The class is well commented with an example on how to use it bellow.</p> ]]></description>
<pubDate>Tue, 13 Sep 2011 05:47:46 GMT</pubDate>
<guid>http://snipplr.com/view/58628/sesscacher-class-for-caching-data-through-php-session/</guid>
</item>
<item>
<title>(PHP) Wordpress search results header - dan_hoerr</title>
<link>http://snipplr.com/view/56498/wordpress-search-results-header/</link>
<description><![CDATA[ <p>prints "We found 'N' result(s) for 'QUERYSTRING'"</p> ]]></description>
<pubDate>Wed, 13 Jul 2011 04:30:54 GMT</pubDate>
<guid>http://snipplr.com/view/56498/wordpress-search-results-header/</guid>
</item>
<item>
<title>(PHP) Get children of parent with MySQL SELECT query - ashworthconsulting</title>
<link>http://snipplr.com/view/47566/get-children-of-parent-with-mysql-select-query/</link>
<description><![CDATA[ <p>Plugin gets child pages of parent in Wordpress. You'll need to pass the parent ID but this isn't difficult to figure out programmatically if needed, either.</p> ]]></description>
<pubDate>Thu, 20 Jan 2011 06:11:02 GMT</pubDate>
<guid>http://snipplr.com/view/47566/get-children-of-parent-with-mysql-select-query/</guid>
</item>
<item>
<title>(PHP) Prevent Web Page from Expiring - bradless</title>
<link>http://snipplr.com/view/46885/prevent-web-page-from-expiring/</link>
<description><![CDATA[ <p>I use the following code to prevent a user from getting a "webpage expired" message when hitting the back button on a page where the search results are also on the page with the form.</p> ]]></description>
<pubDate>Tue, 11 Jan 2011 01:50:39 GMT</pubDate>
<guid>http://snipplr.com/view/46885/prevent-web-page-from-expiring/</guid>
</item>
<item>
<title>(PHP) Wordpress Search Results Number - laurentzziu</title>
<link>http://snipplr.com/view/44139/wordpress-search-results-number/</link>
<description><![CDATA[ <p>Add this in search.php</p> ]]></description>
<pubDate>Mon, 15 Nov 2010 02:42:32 GMT</pubDate>
<guid>http://snipplr.com/view/44139/wordpress-search-results-number/</guid>
</item>
<item>
<title>(PHP) simple pagination - fackz</title>
<link>http://snipplr.com/view/14805/simple-pagination/</link>
<description><![CDATA[ <p>Couldent find a pre-made function with a simple pagination.

$curent_page Is what page number you are currently on.
$totalcontent Is how many rows you have in your database
$perpage Is how many rows you display per page.</p> ]]></description>
<pubDate>Thu, 07 May 2009 09:35:34 GMT</pubDate>
<guid>http://snipplr.com/view/14805/simple-pagination/</guid>
</item>
<item>
<title>(PHP) Next and Previous links/limiting results - andyhartleeds</title>
<link>http://snipplr.com/view/4179/next-and-previous-linkslimiting-results/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 23 Nov 2007 05:51:55 GMT</pubDate>
<guid>http://snipplr.com/view/4179/next-and-previous-linkslimiting-results/</guid>
</item>
<item>
<title>(PHP) MySQL Fetch Results - neogeek</title>
<link>http://snipplr.com/view/178/mysql-fetch-results/</link>
<description><![CDATA[ <p>Fetch the results of a MySQL query.</p> ]]></description>
<pubDate>Sat, 01 Jul 2006 10:06:30 GMT</pubDate>
<guid>http://snipplr.com/view/178/mysql-fetch-results/</guid>
</item>
</channel>
</rss>