Stainer1 is a worldwide distributor of graffiti supplies and ink.
Click Here
to see the Stainer1
Graffiti Supplies Store
Graffiti Alphabet Flickr Feed - Updated Hourly:
ini_set('display_errors', 1);
/* this is our rss parsing library. */
require_once '/usr/local/share-php/simplepie/simplepie.inc';
/* We'll process this feed with all of the default options. */
$feed = new SimplePie();
$feed->set_feed_url(array('http://api.flickr.com/services/feeds/photos_public.gne?tags=graffiti,alphabet&lang=en-us&format=rss'));
$feed->set_item_limit('10');
$feed->init();
$feed->handle_content_type();
/* prints the title out, not really needed */
echo $feed->get_title();
/* this is the main loop for each entry in the feed */
foreach ($feed->get_items() as $item) {
?>
}
?>