<?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>JayGilford.com &#187; random</title>
	<atom:link href="http://www.jaygilford.com/tag/random/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jaygilford.com</link>
	<description>Numerous articles on PHP, MySQL and Apache files</description>
	<lastBuildDate>Wed, 03 Feb 2010 20:07:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>random redirects to sites with php script</title>
		<link>http://www.jaygilford.com/php/random-redirects-to-sites-with-php-script/</link>
		<comments>http://www.jaygilford.com/php/random-redirects-to-sites-with-php-script/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 18:53:45 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.jaygilford.com/?p=26</guid>
		<description><![CDATA[I was asked to create a script that would produce an even number of visits to each of three sites. I decided that I would skip the checking of making sure each site had a fair amount and instead generate the url randomly, since by the laws of averages, the number of redirects to each [...]]]></description>
		<wfw:commentRss>http://www.jaygilford.com/php/random-redirects-to-sites-with-php-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>creating random activation links for downloads</title>
		<link>http://www.jaygilford.com/php/creating-random-activation-links-for-downloads/</link>
		<comments>http://www.jaygilford.com/php/creating-random-activation-links-for-downloads/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 18:59:57 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[activation]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[Friends]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.jaygilford.com/?p=15</guid>
		<description><![CDATA[This article is intended for advanced users. It explains the principles behind creating a download activation link that is completely random and will stay active for 48 hours after a payment through paypal for example is made You are going to need two files for this to work. The first is going to be the [...]]]></description>
		<wfw:commentRss>http://www.jaygilford.com/php/creating-random-activation-links-for-downloads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php random string generator function</title>
		<link>http://www.jaygilford.com/php/php-random-string-generator-function/</link>
		<comments>http://www.jaygilford.com/php/php-random-string-generator-function/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 14:04:48 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[string]]></category>

		<guid isPermaLink="false">http://www.jaygilford.com/?p=14</guid>
		<description><![CDATA[Many people need a random string for things such as salts, activation keys and new passwords. Here&#8217;s a simple but versatile function to return a random string PHP Code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 function rand_text&#40; $min = 10, $max = 20, $randtext = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890' [...]]]></description>
		<wfw:commentRss>http://www.jaygilford.com/php/php-random-string-generator-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
