Latest del.icio.us\n";
//echo $rs[description] . "
\n";
echo "
\n";
//echo $rs['items'][1]['link']; I could add a method to randomize this and show link at random later on
foreach ($rs['items'] as $item) {
echo "- " . $item['title'] . "
" .html_entity_decode($item['description']). " \n";
}
?>
- '>... /images/arrow.gif'>
\n";
if ($rs['items_count'] <= 0) { echo "Sorry, no items found in the RSS file :-("; }
}
else {
echo "";
}
//-------------------------------------------------end of script added-----------------------------------------
?>