<?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: Simple PHP Random Image Script</title>
	<atom:link href="http://elementdesignllc.com/2010/03/php-random-image-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://elementdesignllc.com/2010/03/php-random-image-script/</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 17:11:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: chad</title>
		<link>http://elementdesignllc.com/2010/03/php-random-image-script/comment-page-1/#comment-4951</link>
		<dc:creator>chad</dc:creator>
		<pubDate>Fri, 06 Jan 2012 13:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://elementdesignllc.com/?p=518#comment-4951</guid>
		<description>Optimizare,

Are you trying to call this code multiple times on the same page? If so, yes, it can randomly select the same number numerous times. When calling it more than once on the same page you will need to look into a more involved solution that keeps track of previously used images.</description>
		<content:encoded><![CDATA[<p>Optimizare,</p>
<p>Are you trying to call this code multiple times on the same page? If so, yes, it can randomly select the same number numerous times. When calling it more than once on the same page you will need to look into a more involved solution that keeps track of previously used images.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Optimizare</title>
		<link>http://elementdesignllc.com/2010/03/php-random-image-script/comment-page-1/#comment-4947</link>
		<dc:creator>Optimizare</dc:creator>
		<pubDate>Fri, 06 Jan 2012 08:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://elementdesignllc.com/?p=518#comment-4947</guid>
		<description>problem is the script will post duplicate images..</description>
		<content:encoded><![CDATA[<p>problem is the script will post duplicate images..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chad</title>
		<link>http://elementdesignllc.com/2010/03/php-random-image-script/comment-page-1/#comment-3957</link>
		<dc:creator>chad</dc:creator>
		<pubDate>Fri, 11 Nov 2011 21:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://elementdesignllc.com/?p=518#comment-3957</guid>
		<description>Mike,

It will take creating an array and looping through it randomly. If you are interested, I could make another blog post with an example that would accomplish what you are looking for.</description>
		<content:encoded><![CDATA[<p>Mike,</p>
<p>It will take creating an array and looping through it randomly. If you are interested, I could make another blog post with an example that would accomplish what you are looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://elementdesignllc.com/2010/03/php-random-image-script/comment-page-1/#comment-3953</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 11 Nov 2011 15:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://elementdesignllc.com/?p=518#comment-3953</guid>
		<description>Thanks Chad.  Is there away to assign a a href link around each of those images and an alt tag unique to each image?</description>
		<content:encoded><![CDATA[<p>Thanks Chad.  Is there away to assign a a href link around each of those images and an alt tag unique to each image?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deck</title>
		<link>http://elementdesignllc.com/2010/03/php-random-image-script/comment-page-1/#comment-3904</link>
		<dc:creator>deck</dc:creator>
		<pubDate>Mon, 31 Oct 2011 20:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://elementdesignllc.com/?p=518#comment-3904</guid>
		<description>that&#039;s awesome! thanks!</description>
		<content:encoded><![CDATA[<p>that&#8217;s awesome! thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chad</title>
		<link>http://elementdesignllc.com/2010/03/php-random-image-script/comment-page-1/#comment-2602</link>
		<dc:creator>chad</dc:creator>
		<pubDate>Tue, 28 Jun 2011 13:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://elementdesignllc.com/?p=518#comment-2602</guid>
		<description>If you&#039;re pulling the images from a database, you will need to use a combination of HTML and PHP to display them in that order.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re pulling the images from a database, you will need to use a combination of HTML and PHP to display them in that order.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://elementdesignllc.com/2010/03/php-random-image-script/comment-page-1/#comment-2595</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Mon, 27 Jun 2011 21:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://elementdesignllc.com/?p=518#comment-2595</guid>
		<description>Hi Chad, you&#039;ve been a great help.
I&#039;m building a animated &quot;gif&quot; hosting site, i&#039;d like to categorize my images and have 4 of the most viewed images at the top of the page and then the newest stuff below.
I&#039;d like to be able to find the gifs in pre-determined categories as well.
I&#039;m savvy on using the divs or tables to space them i just don&#039;t know what kind of code i need to write.
can i do this in html or will i need to use php?</description>
		<content:encoded><![CDATA[<p>Hi Chad, you&#8217;ve been a great help.<br />
I&#8217;m building a animated &#8220;gif&#8221; hosting site, i&#8217;d like to categorize my images and have 4 of the most viewed images at the top of the page and then the newest stuff below.<br />
I&#8217;d like to be able to find the gifs in pre-determined categories as well.<br />
I&#8217;m savvy on using the divs or tables to space them i just don&#8217;t know what kind of code i need to write.<br />
can i do this in html or will i need to use php?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chad</title>
		<link>http://elementdesignllc.com/2010/03/php-random-image-script/comment-page-1/#comment-2538</link>
		<dc:creator>chad</dc:creator>
		<pubDate>Sun, 29 May 2011 02:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://elementdesignllc.com/?p=518#comment-2538</guid>
		<description>Bruce,

You will either need to look into using a slideshow, or you can track user&#039;s sessions. You can assign a session variable that keeps track of the last image that was shown for that particular user, and have the image change every time the page is refreshed in sequence.</description>
		<content:encoded><![CDATA[<p>Bruce,</p>
<p>You will either need to look into using a slideshow, or you can track user&#8217;s sessions. You can assign a session variable that keeps track of the last image that was shown for that particular user, and have the image change every time the page is refreshed in sequence.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bruce</title>
		<link>http://elementdesignllc.com/2010/03/php-random-image-script/comment-page-1/#comment-2537</link>
		<dc:creator>bruce</dc:creator>
		<pubDate>Sat, 28 May 2011 16:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://elementdesignllc.com/?p=518#comment-2537</guid>
		<description>thanks for this simple approach!!
do you know a way to have the images change in sequence?
thanks again</description>
		<content:encoded><![CDATA[<p>thanks for this simple approach!!<br />
do you know a way to have the images change in sequence?<br />
thanks again</p>
]]></content:encoded>
	</item>
</channel>
</rss>

