Stainer1 is a worldwide distributor of graffiti supplies and ink.
Click Here
to see the Stainer1
Graffiti Supplies Store
Graffiti Letters Photo Feed - Updated Hourly:
ini_set('display_errors', 1);
/* this is our rss parsing library. */
require_once '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,letters&lang=en-us&format=rss'));
$feed->set_item_limit(20);
$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) {
?>
}
?>
ini_set('display_errors', 1);
/* this is our rss parsing library. */
require_once '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/groups_pool.gne?id=443809@N24&lang=en-us&format=atom'));
$feed->set_item_limit(16);
$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) {
?>
}
?>