<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lost-In-Code &#187; letters</title>
	<atom:link href="http://www.lost-in-code.com/tag/letters/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lost-in-code.com</link>
	<description>Web Development Resources</description>
	<lastBuildDate>Fri, 03 Feb 2012 11:07:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PHP: Random string with numbers and letters</title>
		<link>http://www.lost-in-code.com/programming/php-code/php-random-string-with-numbers-and-letters/</link>
		<comments>http://www.lost-in-code.com/programming/php-code/php-random-string-with-numbers-and-letters/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 15:21:18 +0000</pubDate>
		<dc:creator>Antonie Potgieter</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[generate random]]></category>
		<category><![CDATA[generate random number]]></category>
		<category><![CDATA[generate random string]]></category>
		<category><![CDATA[letters]]></category>
		<category><![CDATA[numbers]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[PHP random]]></category>
		<category><![CDATA[PHP random number]]></category>
		<category><![CDATA[PHP random string]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[random algorithm]]></category>
		<category><![CDATA[random numbers generator]]></category>
		<category><![CDATA[random php number]]></category>
		<category><![CDATA[random string]]></category>
		<category><![CDATA[string]]></category>

		<guid isPermaLink="false">http://www.lost-in-code.com/2007/10/01/php-random-string-with-numbers-and-letters/</guid>
		<description><![CDATA[I thought that some of you might find it useful to learn how to generate a random string or a random number with PHP. I wrote a quick function to use PHP to generate random. See it below : function genRandomString&#40;&#41; &#123; &#160; &#160; $length = 10; &#160; &#160; $characters = &#8217;0123456789abcdefghijklmnopqrstuvwxyz&#8217;; &#160; &#160; $string [...]]]></description>
		<wfw:commentRss>http://www.lost-in-code.com/programming/php-code/php-random-string-with-numbers-and-letters/feed/</wfw:commentRss>
		<slash:comments>91</slash:comments>
		</item>
	</channel>
</rss>

