<?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/generator</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 16 Feb 2012 01:16:58 GMT</pubDate>
<item>
<title>(PHP) unique password|code generator - zogmund</title>
<link>http://snipplr.com/view/60262/unique-passwordcode-generator/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 27 Oct 2011 19:50:27 GMT</pubDate>
<guid>http://snipplr.com/view/60262/unique-passwordcode-generator/</guid>
</item>
<item>
<title>(PHP) Remove WP Generator Meta Tag - RainyDayMedia</title>
<link>http://snipplr.com/view/58865/remove-wp-generator-meta-tag/</link>
<description><![CDATA[ <p>Removing the generator tag for security purposes... add to the bottom of your theme's functions.php file</p> ]]></description>
<pubDate>Wed, 21 Sep 2011 03:47:26 GMT</pubDate>
<guid>http://snipplr.com/view/58865/remove-wp-generator-meta-tag/</guid>
</item>
<item>
<title>(PHP) Random color generator - nogre</title>
<link>http://snipplr.com/view/57397/random-color-generator/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 31 Jul 2011 00:47:08 GMT</pubDate>
<guid>http://snipplr.com/view/57397/random-color-generator/</guid>
</item>
<item>
<title>(PHP) PHP GD Thumbnail Generator 0.1 - dillonchr</title>
<link>http://snipplr.com/view/57111/php-gd-thumbnail-generator-01/</link>
<description><![CDATA[ <p>Tweaked from the icant.co.uk thumbnail generator</p> ]]></description>
<pubDate>Mon, 25 Jul 2011 14:39:36 GMT</pubDate>
<guid>http://snipplr.com/view/57111/php-gd-thumbnail-generator-01/</guid>
</item>
<item>
<title>(PHP) Pagination Navigation Generation - jatkins</title>
<link>http://snipplr.com/view/51222/pagination-navigation-generation/</link>
<description><![CDATA[ <p>Released into the public domain. Pass `$page_uri` as the URI of the paginated results page (use the `[PAGE]` placeholder where the page number would go, and this script will replace it accordingly).</p> ]]></description>
<pubDate>Tue, 29 Mar 2011 03:44:35 GMT</pubDate>
<guid>http://snipplr.com/view/51222/pagination-navigation-generation/</guid>
</item>
<item>
<title>(PHP) PHP SEO url string filter - KabuqueJoe</title>
<link>http://snipplr.com/view/50865/php-seo-url-string-filter/</link>
<description><![CDATA[ <p>This function will transform any string to an seo url like string. It suports latin, french and german special characters.

Example: applying the function to "Exemplo de aplicação da função" returns "exemplo-de-aplicacao-da-funcao"</p> ]]></description>
<pubDate>Sun, 20 Mar 2011 05:59:27 GMT</pubDate>
<guid>http://snipplr.com/view/50865/php-seo-url-string-filter/</guid>
</item>
<item>
<title>(PHP) Bar Chart Generator - jatkins</title>
<link>http://snipplr.com/view/48972/bar-chart-generator/</link>
<description><![CDATA[ <p>Released into the public domain.</p> ]]></description>
<pubDate>Mon, 14 Feb 2011 09:19:20 GMT</pubDate>
<guid>http://snipplr.com/view/48972/bar-chart-generator/</guid>
</item>
<item>
<title>(PHP) Super Easy Random String Generator - Useful for Passwords - motlive</title>
<link>http://snipplr.com/view/48429/super-easy-random-string-generator--useful-for-passwords/</link>
<description><![CDATA[ <p>I needed a way to generate some random strings for passwords, a number of methods seemed a little over the top so below is my simplified version that does the trick. I have set it to use non-confusing characters, so no i's, l's, 0's but very easy to change.</p> ]]></description>
<pubDate>Sat, 05 Feb 2011 00:15:47 GMT</pubDate>
<guid>http://snipplr.com/view/48429/super-easy-random-string-generator--useful-for-passwords/</guid>
</item>
<item>
<title>(PHP) Random string generator - kentandre</title>
<link>http://snipplr.com/view/47880/random-string-generator/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 26 Jan 2011 07:54:54 GMT</pubDate>
<guid>http://snipplr.com/view/47880/random-string-generator/</guid>
</item>
<item>
<title>(PHP) Amazon S3 Expiring Link - esundahl</title>
<link>http://snipplr.com/view/46753/amazon-s3-expiring-link/</link>
<description><![CDATA[ <p>This script generates an expiring link to an Amazon S3 file</p> ]]></description>
<pubDate>Sat, 08 Jan 2011 04:10:49 GMT</pubDate>
<guid>http://snipplr.com/view/46753/amazon-s3-expiring-link/</guid>
</item>
<item>
<title>(PHP) PHP Option Select Menu Generator Function - Dropdown Menu - geilt</title>
<link>http://snipplr.com/view/43100/php-option-select-menu-generator-function--dropdown-menu/</link>
<description><![CDATA[ <p>I wrote this little bit of code myself so if you see where you can improve on it, let me know. This is great for making complex menu's and also for making sure your POST data gets saved and reselected when the screen refreshes. I use it in all my programs now, makes menu generation a snap.

In order to use this you need to make sure you set at minimum
$menu_vars as an array of values and $menu_postvalue as a string to the be the name of the POST field. By default, if no $menu_values is set, $menu_vars will be set both to be the display and value.

Example Usage in the Snippet

I look forward to your feedback.</p> ]]></description>
<pubDate>Thu, 28 Oct 2010 07:36:01 GMT</pubDate>
<guid>http://snipplr.com/view/43100/php-option-select-menu-generator-function--dropdown-menu/</guid>
</item>
<item>
<title>(PHP) Random password generator - stz184</title>
<link>http://snipplr.com/view/41865/random-password-generator/</link>
<description><![CDATA[ <p>This function can be used to generate random passwords with specified length. Also, can use specified list of characters ($index)  and generate passwords with only lower or only upper case characters.</p> ]]></description>
<pubDate>Fri, 08 Oct 2010 21:04:50 GMT</pubDate>
<guid>http://snipplr.com/view/41865/random-password-generator/</guid>
</item>
<item>
<title>(PHP) Password generator - koko</title>
<link>http://snipplr.com/view/39044/password-generator/</link>
<description><![CDATA[ <p>A password generator in one line!</p> ]]></description>
<pubDate>Fri, 13 Aug 2010 21:41:50 GMT</pubDate>
<guid>http://snipplr.com/view/39044/password-generator/</guid>
</item>
<item>
<title>(PHP) PHP - HTML Generation Class - minky</title>
<link>http://snipplr.com/view/35538/php--html-generation-class/</link>
<description><![CDATA[ <p>## PHP - HTML Generation Class

This class allows you to generate (and fill) any HTML elements via programmatic or object-orientated methods</p> ]]></description>
<pubDate>Sun, 06 Jun 2010 10:00:36 GMT</pubDate>
<guid>http://snipplr.com/view/35538/php--html-generation-class/</guid>
</item>
<item>
<title>(PHP) Remove/Replace the Wordpress Generator - devzonefr</title>
<link>http://snipplr.com/view/26145/removereplace-the-wordpress-generator/</link>
<description><![CDATA[ <p>How to remove or replace this in wordpress:
</p> ]]></description>
<pubDate>Fri, 08 Jan 2010 11:22:09 GMT</pubDate>
<guid>http://snipplr.com/view/26145/removereplace-the-wordpress-generator/</guid>
</item>
<item>
<title>(PHP) Month hash generator for PHP Calendar - MMDeveloper</title>
<link>http://snipplr.com/view/25676/month-hash-generator-for-php-calendar/</link>
<description><![CDATA[ <p>http://skyward.nefec.org/component,eventcalendar/

Lets say you run the function and store the returned value in a variable called $componentPointer, I then run the second block of template code to "draw" the calendar.

The "makeURL" method simply generates the "a href" URL string. To implement into your own environment, a little tailoring would be needed. A live view is at the URL above.</p> ]]></description>
<pubDate>Tue, 29 Dec 2009 13:41:18 GMT</pubDate>
<guid>http://snipplr.com/view/25676/month-hash-generator-for-php-calendar/</guid>
</item>
<item>
<title>(PHP) Random Password Generator Shell Script - PHP Class + SHA1 based - AzizLight</title>
<link>http://snipplr.com/view/21909/random-password-generator-shell-script--php-class--sha1-based/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 26 Oct 2009 11:30:03 GMT</pubDate>
<guid>http://snipplr.com/view/21909/random-password-generator-shell-script--php-class--sha1-based/</guid>
</item>
<item>
<title>(PHP) Random Password Generator PHP Class - AzizLight</title>
<link>http://snipplr.com/view/21907/random-password-generator-php-class/</link>
<description><![CDATA[ <p>I rewrote [this snippet](http://snipplr.com/view/15402/php-password-generator/).

Usage:
	
	$password1 = new Password;
	$password2 = new Password;
	
	echo '' . $password1->generate() . '';
	echo '' . $password2->generate(array('length' => 50)) . '';</p> ]]></description>
<pubDate>Mon, 26 Oct 2009 10:11:41 GMT</pubDate>
<guid>http://snipplr.com/view/21907/random-password-generator-php-class/</guid>
</item>
<item>
<title>(PHP) Random Password Generator PHP Shell Script - AzizLight</title>
<link>http://snipplr.com/view/21633/random-password-generator-php-shell-script/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 22 Oct 2009 10:21:46 GMT</pubDate>
<guid>http://snipplr.com/view/21633/random-password-generator-php-shell-script/</guid>
</item>
<item>
<title>(PHP) PHP Image-from-Text Generator - irm</title>
<link>http://snipplr.com/view/20950/php-imagefromtext-generator/</link>
<description><![CDATA[ <p>by m13579m</p> ]]></description>
<pubDate>Sat, 10 Oct 2009 18:06:48 GMT</pubDate>
<guid>http://snipplr.com/view/20950/php-imagefromtext-generator/</guid>
</item>
</channel>
</rss>
