Via open artifact cam this link to MovableBlog’s Integrating del.icio.us with PHP and Magpie describing a way to embed the output of your del.icio.us links in a web page. As always, there are many paths to the same destination.
As frequent readers know, this can be achieved via the JavaScript approach using our Feed2JS service or standalone code. Of course there is a round trip delay for this as a PHP script must be called which then fetches a fresh feed from the source (or loads a cached one). Or maybe JavaScript is just too clumsy for your tastes,
If you are on a PHP capable server, you can install Magie (which you need to do with the approach described via MovableBlog), but if you also use our PHP version of Feed2JS you can achieve the same effect.
The advantage of our approach over the one described above is that it can be repeated quite easily just by creating new shorter series of include statements. For example, below I will use it with my del.ici.ous RSS feed, but 3 weeks ago I used a different set of parameters to the same code. Feed, Rinse, Repeat.