<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - tylerhall</title>
<link>http://snipplr.com/users/tylerhall/tags/php</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 29 Aug 2008 19:36:35 GMT</pubDate>
<item>
<title>(PHP) Generate a Unambiguous Random Password</title>
<link>http://snipplr.com/view/3584/generate-a-unambiguous-random-password/</link>
<description><![CDATA[ <p>This function generates a random password of a specified length in lower or mixed case letters and numbers. Ambiguous characters, such as I, L, 1, 0, and O, are left out so the user can easily read the password.</p> ]]></description>
<pubDate>Tue, 28 Aug 2007 14:19:18 GMT</pubDate>
<guid>http://snipplr.com/view/3584/generate-a-unambiguous-random-password/</guid>
</item>
<item>
<title>(PHP) Convert String to Slug</title>
<link>http://snipplr.com/view/2809/convert-string-to-slug/</link>
<description><![CDATA[ <p>This filters a string into a "friendly" string for use in URL's. It converts the string to lower case and replaces any non-alphanumeric (and accented) characters with dashes.</p> ]]></description>
<pubDate>Wed, 06 Jun 2007 11:38:06 GMT</pubDate>
<guid>http://snipplr.com/view/2809/convert-string-to-slug/</guid>
</item>
<item>
<title>(PHP) Get Full URL</title>
<link>http://snipplr.com/view/2734/get-full-url/</link>
<description><![CDATA[ <p>Returns the full URL of the current page - including any query parameters.</p> ]]></description>
<pubDate>Fri, 25 May 2007 20:45:25 GMT</pubDate>
<guid>http://snipplr.com/view/2734/get-full-url/</guid>
</item>
<item>
<title>(PHP) Login Class</title>
<link>http://snipplr.com/view/11/login-class/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 31 Dec 1969 19:00:00 GMT</pubDate>
<guid>http://snipplr.com/view/11/login-class/</guid>
</item>
</channel>
</rss>