<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Wed, 10 Jun 2026 18:39:20 +0000</lastBuildDate>
    <item>
      <title>(PHP) Flickr Recent Photos to HTML with PHP - jakekimpton</title>
      <link>https://snipplr.com/view/55467/flickr-recent-photos-to-html-with-php</link>
      <description>&lt;p&gt;Itâ€™s been driving me crazy that thereâ€™s no definitive script written to take out a userâ€™s Flickr recent photos and parse it for formatting into HTML with a larger size than the standard 75 x 75 dimensions that the public_photo.gne Flickr script outputs. So Iâ€™ve written one, using a bit of skill and a snippet of code that someone posted which was kind of going in the same direction but then suddenly stopped and took a hard u-turn, veering off to somewhere stupid, as usual with programmers who know too much. So hereâ€™s a quick run through of what the code does:&#13;
&#13;
Collect the User ID that is added manually and constructs the Feed Links&#13;
Get the File contents of the Feed Link once itâ€™s been run&#13;
Convert the XML to HTML&#13;
Return it to the script for printing or a variable (Choice of the Programmer)&#13;
&#13;
I havenâ€™t tested this on different versions of PHP, all I know is it works for me, and itâ€™s using some pretty simple stuff so it should work fine. Just change the ID to your own or whoeverâ€™s it has to be and it should run.&lt;/p&gt;</description>
      <pubDate>Sat, 18 Jun 2011 20:21:14 UTC</pubDate>
      <guid>https://snipplr.com/view/55467/flickr-recent-photos-to-html-with-php</guid>
    </item>
  </channel>
</rss>
