Example using the following code

<?php
    
require_once 'sspclass.php' ;
    
$myflickr = new makeSSPxml('images.xml',3600) ;
    
$myflickr->debug(true) ;
    
$myflickr->number(15) ;
    
$myflickr->add_interesting() ;
    
$myflickr->add_favorites('34021154@N00') ;
    
$myflickr->add_pool('16978849@N00') ;
//    $myflickr->set_thumb($myflickr->indiv_thumb('22942108@N00')) ; #You would uncomment this statement to use a different thumbnail from the default for the photoset
    
$myflickr->add_photoset('1426133') ;
    
$myflickr->finish() ;
    
$myflickr->emit_headers() ;
 
?>
  

Download the class and instructions here

 

Any errors from the code will be printed next.

This should have been a slide show of the Flickr images.However, your browser cannot display Flash. Get Adobe Flash player

Last modified on Sunday 6th July, 2008. Content © 2001-2008.