<?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>PHPSuperBLOG &#187; Random-number</title>
	<atom:link href="http://www.phpsuperblog.com/tag/random-number/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpsuperblog.com</link>
	<description>Learn PHP Together</description>
	<lastBuildDate>Fri, 30 Jul 2010 07:26:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Generate a random integer with PHP</title>
		<link>http://www.phpsuperblog.com/php/generate-a-random-integer-with-php/</link>
		<comments>http://www.phpsuperblog.com/php/generate-a-random-integer-with-php/#comments</comments>
		<pubDate>Fri, 09 May 2008 18:29:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Random-number]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=22</guid>
		<description><![CDATA[To generate a random integer with PHP, there is a function called rand( ) which does the job. Depends on whether you want the generation number is within a certain range or not, rand( ) takes in 2 parameters: rand(minimum of the range inclusive, maximum of the range inclusive) the 2 parameters are integers. If [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/generate-a-random-integer-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
