<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: PHP &#8211; Random string generator snippet</title>
	<atom:link href="http://www.saynotoflash.com/archives/php-random-string-generator-snippet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.saynotoflash.com/archives/php-random-string-generator-snippet/</link>
	<description>PHP, Symfony, Web Development</description>
	<lastBuildDate>Tue, 24 Jan 2012 09:46:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: jestep</title>
		<link>http://www.saynotoflash.com/archives/php-random-string-generator-snippet/comment-page-1/#comment-21614</link>
		<dc:creator>jestep</dc:creator>
		<pubDate>Fri, 24 Jul 2009 21:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.saynotoflash.com/?p=231#comment-21614</guid>
		<description>Another good way to do it is with the chr() function using characters 33-126 and (128-255?). The problem here is that you need to use escape characters: 92 (\) and/or 34,44 (&quot; and &#039;).</description>
		<content:encoded><![CDATA[<p>Another good way to do it is with the chr() function using characters 33-126 and (128-255?). The problem here is that you need to use escape characters: 92 (\) and/or 34,44 (&#8221; and &#8216;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jestep</title>
		<link>http://www.saynotoflash.com/archives/php-random-string-generator-snippet/comment-page-1/#comment-21613</link>
		<dc:creator>jestep</dc:creator>
		<pubDate>Fri, 24 Jul 2009 21:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.saynotoflash.com/?p=231#comment-21613</guid>
		<description>There&#039;s no way to control length with uniqid(). Otherwise if you&#039;re going to hash it, uniqid() should work fine.</description>
		<content:encoded><![CDATA[<p>There&#8217;s no way to control length with uniqid(). Otherwise if you&#8217;re going to hash it, uniqid() should work fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Myke Hines</title>
		<link>http://www.saynotoflash.com/archives/php-random-string-generator-snippet/comment-page-1/#comment-21612</link>
		<dc:creator>Myke Hines</dc:creator>
		<pubDate>Fri, 24 Jul 2009 20:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.saynotoflash.com/?p=231#comment-21612</guid>
		<description>Why not just use uniqid() for alpha numeric?</description>
		<content:encoded><![CDATA[<p>Why not just use uniqid() for alpha numeric?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

