Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Our second PHP script, getDeliciousTags.php, produces a list of tags from themost recent entries in your del.icio.us account. If you don't have a del.icio.usaccount, you can either get one (it's free) or use my username (jbum) as I'm doingin these examples. You can view my del.icio.us bookmarks at the following URL: http://del.icio.us/jbum .
Del.icio.us provides tags in an RSS feed. To collect and parse the RSS data, we'lluse the library magpie RSS, a freely available RSS parser for PHP. You candownload magpie at: http://magpierss.sourceforge.net/