<?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: how to display your flickr photos using php</title>
	<atom:link href="http://www.burnmind.com/howto/how-to-display-your-flickr-photos-using-php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.burnmind.com/howto/how-to-display-your-flickr-photos-using-php</link>
	<description>useful info to burn into your mind</description>
	<lastBuildDate>Mon, 06 Sep 2010 09:29:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Tyler Clarke</title>
		<link>http://www.burnmind.com/howto/how-to-display-your-flickr-photos-using-php/comment-page-1#comment-16403</link>
		<dc:creator>Tyler Clarke</dc:creator>
		<pubDate>Fri, 13 Aug 2010 01:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.burnmind.com/?p=399#comment-16403</guid>
		<description>Flickr is really a great way to share photos on the net, the photo resizing feature of Flickr is what i like</description>
		<content:encoded><![CDATA[<p>Flickr is really a great way to share photos on the net, the photo resizing feature of Flickr is what i like</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: burNMind</title>
		<link>http://www.burnmind.com/howto/how-to-display-your-flickr-photos-using-php/comment-page-1#comment-13285</link>
		<dc:creator>burNMind</dc:creator>
		<pubDate>Sat, 01 May 2010 21:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.burnmind.com/?p=399#comment-13285</guid>
		<description>Hello Samuel,

Can you explain in more detail your question? I cannot understand what you want me to explain :-)</description>
		<content:encoded><![CDATA[<p>Hello Samuel,</p>
<p>Can you explain in more detail your question? I cannot understand what you want me to explain <img src='http://www.burnmind.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel</title>
		<link>http://www.burnmind.com/howto/how-to-display-your-flickr-photos-using-php/comment-page-1#comment-13263</link>
		<dc:creator>Samuel</dc:creator>
		<pubDate>Fri, 30 Apr 2010 13:24:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.burnmind.com/?p=399#comment-13263</guid>
		<description>Thank you I got your code and it worked fine.
But can you explain how you display the next set of results from a search maybe?
Thanks</description>
		<content:encoded><![CDATA[<p>Thank you I got your code and it worked fine.<br />
But can you explain how you display the next set of results from a search maybe?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: burNMind</title>
		<link>http://www.burnmind.com/howto/how-to-display-your-flickr-photos-using-php/comment-page-1#comment-13262</link>
		<dc:creator>burNMind</dc:creator>
		<pubDate>Fri, 30 Apr 2010 11:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.burnmind.com/?p=399#comment-13262</guid>
		<description>Hello Dave,

You can get the photo&#039;s description using the following code (place it into the foreach loop of the example):

$info = $f-&gt;photos_getInfo($photo[id]);
echo $info[&#039;description&#039;];

I hope that helps.</description>
		<content:encoded><![CDATA[<p>Hello Dave,</p>
<p>You can get the photo&#8217;s description using the following code (place it into the foreach loop of the example):</p>
<p>$info = $f->photos_getInfo($photo[id]);<br />
echo $info['description'];</p>
<p>I hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RedPrince</title>
		<link>http://www.burnmind.com/howto/how-to-display-your-flickr-photos-using-php/comment-page-1#comment-13257</link>
		<dc:creator>RedPrince</dc:creator>
		<pubDate>Thu, 29 Apr 2010 20:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.burnmind.com/?p=399#comment-13257</guid>
		<description>Hi, thanks for the tutorial, got me up and running in no time.

I&#039;ve managed to display the photo&#039;s title with it but struggling with displaying the photo&#039;s description. Could you advise on how to display this please. It&#039;s not one of the values in the $photos array.

Many thanks, 
Dave</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the tutorial, got me up and running in no time.</p>
<p>I&#8217;ve managed to display the photo&#8217;s title with it but struggling with displaying the photo&#8217;s description. Could you advise on how to display this please. It&#8217;s not one of the values in the $photos array.</p>
<p>Many thanks,<br />
Dave</p>
]]></content:encoded>
	</item>
</channel>
</rss>
