Sandaig Netherlands 2008 Moblog
See the Sandaig Netherlands 2008 - School trip 08 blog to get a better idea of what is going on.
Click on a Thumbnail
/* Last updated with phpFlickr 1.3.2 * * This example file shows you how to call the 100 most recent public * photos. It parses through them and prints out a link to each of them * along with the owner's name. * * Most of the processing time in this file comes from the 100 calls to * flickr.people.getInfo. Enabling caching will help a whole lot with * this as there are many people who post multiple photos at once. * * Obviously, you'll want to replace the "";
$datafile="../mo.txt";
$fp = fopen($datafile,"w") ;
fputs ($fp,$latestSnippet);
@fclose($fp) ;
$firstloop=false;
}
// $flickrlink="http://www.flickr.com/photos/" . $photo['owner'] . "/" . $photo['id'] . "/";
// $thistitle=" title=\"<a href="" . $flickrlink . "" ><span style="color:#0063DC">flick</span><span style="color:#FF0084">r</span></a>\" ";
// $thisSquareling="flickr";
// $sendout= $sendout . "
"; //echo " "; function downloadphoto($photourl,$localfilename){ $localpath="fmages/".$localfilename; $ch = curl_init($photourl); $fp = fopen($localpath, "w"); //-L curl_setopt($ch, CURLOPT_FILE, $fp); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch,CURLOPT_FOLLOWLOCATION, true); curl_exec($ch); curl_close($ch); fclose($fp); } /* foreach ($recent['photo'] as $photo) { $owner = $f->people_getInfo($photo['owner']); echo ""; echo $photo['title']; echo " Owner: "; echo ""; echo $owner['username']; echo "
"; } */ ?>
This should display photos tagged moblog from flickr taken between and
Using phpFlickr