http://ws.audioscrobbler.com/1.0/user/l ... tracks.rss
I want to get the output like this:
<date> <a href=http://www.last.fm/music/John+Williams/ ... ured">John Williams – The Droids Are Captured</a>
Could anyone please help me out? Thanks
fetch last.fm rss
Moderator: General Moderators
- AbraCadaver
- DevNet Master
- Posts: 2572
- Joined: Mon Feb 24, 2003 10:12 am
- Location: The Republic of Texas
- Contact:
Re: fetch last.fm rss
Just several lines using simplexml.
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.
Re: fetch last.fm rss
Zend Framework also has a really simple rss reader.
-
klevis miho
- Forum Contributor
- Posts: 413
- Joined: Wed Oct 29, 2008 2:59 pm
- Location: Albania
- Contact:
Re: fetch last.fm rss
you can use simplepie, it's very good and simple