So you should get RSS contents with file_get_contenst(), sockets or curl and then parse it. RSS is just an XML. You can use any xml class like simpleXML (http://www.php.net/manual/en/function.simplexml-load-string.php) or use regular expression. If RSS is wellformed then I suggest to use simpleXML.