Stainer1 is a worldwide distributor of graffiti supplies and ink.
Click Here to see the Stainer1 Graffiti Supplies Store
UK Graffiti 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,uk&lang=en-us&format=rss')); $feed->set_item_limit(75); $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) { ?>
get_title();?>
get_description();?>} ?>