<?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>逗热闹 &#187; PHP</title>
	<atom:link href="http://www.dorono.com/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dorono.com</link>
	<description></description>
	<lastBuildDate>Fri, 27 Aug 2010 05:49:01 +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>PHP随机显示图片最简代码</title>
		<link>http://www.dorono.com/php-random-img-code.html</link>
		<comments>http://www.dorono.com/php-random-img-code.html#comments</comments>
		<pubDate>Fri, 26 Jun 2009 06:15:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[电脑应用]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.dorono.com/?p=726</guid>
		<description><![CDATA[随机显示jsy文件夹下的图片，文件名为j1.jpg ~~ j515.jpg  的515张图片随机显示PHP代码： &#60;?=readfile(&#8220;./jsy/j&#8221;.rand(1,515).&#8221;.jpg&#8221;)?&#62; 效果：每刷新一次就显示不同的图片]]></description>
			<content:encoded><![CDATA[<p>随机显示jsy文件夹下的图片，文件名为j1.jpg ~~ j515.jpg  的515张图片随机显示PHP代码：</p>
<p><span style="color: #ff6600;"><em>&lt;?=readfile(&#8220;./jsy/j&#8221;.rand(1,515).&#8221;.jpg&#8221;)?&gt;</em></span></p>
<p>效果：每刷新一次就显示不同的图片</p>
<p><img class="alignnone" title="静思语" src="http://www.dorono.com/img/jsy.php" alt="" width="300" height="200" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dorono.com/php-random-img-code.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
